2007-10-09 [colin] 3.0.2cvs40

* src/common/defs.h
		Add forgotten file
This commit is contained in:
Colin Leroy 2007-10-09 10:33:11 +00:00
parent 84574813cb
commit 36c7f2df64
4 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-10-09 [colin] 3.0.2cvs40
* src/common/defs.h
Add forgotten file
2007-10-09 [iwkse] 3.0.2cvs39
* Makefile.am

View file

@ -2952,3 +2952,4 @@
( cvs diff -u -r 1.30.2.42 -r 1.30.2.43 src/prefs_toolbar.c; ) > 3.0.2cvs37.patchset
( cvs diff -u -r 1.30.2.43 -r 1.30.2.44 src/prefs_toolbar.c; ) > 3.0.2cvs38.patchset
( cvs diff -u -r 1.60.2.100 -r 1.60.2.101 src/addressbook.c; cvs diff -u -r 1.13.2.13 -r 1.13.2.14 src/addritem.c; cvs diff -u -r 1.12.2.11 -r 1.12.2.12 src/addritem.h; cvs diff -u -r 1.14.2.29 -r 1.14.2.30 src/editaddress.c; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/editaddress_other_attributes_ldap.h; cvs diff -u -r 1.22.2.17 -r 1.22.2.18 src/addrbook.c; cvs diff -u -r 1.155.2.77 -r 1.155.2.78 src/Makefile.am; ) > 3.0.2cvs39.patchset
( cvs diff -u -r 1.9.2.42 -r 1.9.2.43 src/common/defs.h; ) > 3.0.2cvs40.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=39
EXTRA_VERSION=40
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -77,6 +77,7 @@
#define UIDL_DIR "uidl"
#define NEWSGROUP_LIST ".newsgroup_list"
#define ADDRESS_BOOK "addressbook.xml"
#define ADDRBOOK_DIR "addrbook"
#define MANUAL_HTML_INDEX "claws-mail-manual.html"
#define HOMEPAGE_URI "http://www.claws-mail.org/"
#define MANUAL_URI "http://www.claws-mail.org/documentation.php"