initial GTK2 release, version 1.9.6 rel_1_9_6
authorPaul Mangan <paul@claws-mail.org>
Fri, 18 Mar 2005 17:34:15 +0000 (17:34 +0000)
committerPaul Mangan <paul@claws-mail.org>
Fri, 18 Mar 2005 17:34:15 +0000 (17:34 +0000)
ChangeLog-gtk2.claws
INSTALL
configure.ac

index 1c27e5bd6fda05c28731d9a17ef090101855b332..87fae5cf2612423ec9c2ae0242bb3fa9b55de90f 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-18 [paul]      1.9.6
+
+       initial GTK2 release
+
 2005-03-18 [paul]      1.0.3cvs3.1
 
        * AUTHORS
diff --git a/INSTALL b/INSTALL
index 1b697817d596d348b40fe0b8583b6dc259f3d402..583566a26f40439a33d26097c82902b623afbcdd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 Installation
 ============
 
-This program requires GTK+ 1.2.x to be compiled.
+This program requires GTK+ 2.4.0 or higher to be compiled.
 
 Build it
 ========
index a297dbae743ae3b57aa07117579ab58520991214..67859a547a41a566e167ee7f3dbbaf6096fa1444 100644 (file)
@@ -7,13 +7,13 @@ PACKAGE=sylpheed-claws
 
 dnl version number
 MAJOR_VERSION=1
-MINOR_VERSION=0
-MICRO_VERSION=3
+MINOR_VERSION=9
+MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=3
+EXTRA_VERSION=0
 EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.1
+EXTRA_GTK2_VERSION=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}