[Commits] configure.ac 1.2.2.53 1.2.2.54 PATCHSETS 1.1.2.28 1.1.2.29 ChangeLog 1.1.2.47 1.1.2.48

colin at claws-mail.org colin at claws-mail.org
Sat Sep 8 22:38:12 CEST 2012


Update of /home/claws-mail/plugins/synce
In directory srv:/tmp/cvs-serv7359

Modified Files:
      Tag: gtk2
	configure.ac PATCHSETS ChangeLog 
Log Message:
2012-09-08 [colin]	0.7.5cvs1

	* configure.ac
		Fix autoconf header

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/synce/configure.ac,v
retrieving revision 1.2.2.53
retrieving revision 1.2.2.54
diff -u -d -r1.2.2.53 -r1.2.2.54
--- configure.ac	19 Jun 2009 21:34:03 -0000	1.2.2.53
+++ configure.ac	8 Sep 2012 20:38:10 -0000	1.2.2.54
@@ -7,7 +7,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=7
 MICRO_VERSION=5
-EXTRA_VERSION=0
+EXTRA_VERSION=1
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -24,7 +24,7 @@
 fi
 
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
-AM_CONFIG_HEADER(pluginconfig.h)
+AM_CONFIG_HEADER(config.h)
 AC_DEFINE_UNQUOTED(PLUGINVERSION, "$VERSION", [plugin version])
 
 AC_PROG_CC

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/synce/Attic/PATCHSETS,v
retrieving revision 1.1.2.28
retrieving revision 1.1.2.29
diff -u -d -r1.1.2.28 -r1.1.2.29
--- PATCHSETS	7 Dec 2008 07:57:31 -0000	1.1.2.28
+++ PATCHSETS	8 Sep 2012 20:38:10 -0000	1.1.2.29
@@ -26,3 +26,4 @@
 ( cvs diff -u -r 1.2.2.8 -r 1.2.2.9 src/synce_comp.c;  ) > 0.7.3cvs3.patchset
 ( cvs diff -u -r 1.2.2.9 -r 1.2.2.10 src/synce_comp.c;  cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/synce_rapi.c;  ) > 0.7.3cvs4.patchset
 ( cvs diff -u -r 1.2.2.50 -r 1.2.2.51 configure.ac;  ) > 0.7.4cvs1.patchset
+( cvs diff -u -r 1.2.2.53 -r 1.2.2.54 configure.ac;  ) > 0.7.5cvs1.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/synce/ChangeLog,v
retrieving revision 1.1.2.47
retrieving revision 1.1.2.48
diff -u -d -r1.1.2.47 -r1.1.2.48
--- ChangeLog	19 Dec 2008 13:30:53 -0000	1.1.2.47
+++ ChangeLog	8 Sep 2012 20:38:10 -0000	1.1.2.48
@@ -1,3 +1,8 @@
+2012-09-08 [colin]	0.7.5cvs1
+
+	* configure.ac
+		Fix autoconf header
+
 2008-12-19 [paul]	0.7.5
 
 	0.7.5 released



More information about the Commits mailing list