[svn] w32pth - r39 - trunk
svn author wk
cvs at cvs.gnupg.org
Fri Jul 30 09:45:23 CEST 2010
Author: wk
Date: 2010-07-30 09:45:22 +0200 (Fri, 30 Jul 2010)
New Revision: 39
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
Prepare a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-07-23 16:17:38 UTC (rev 38)
+++ trunk/ChangeLog 2010-07-30 07:45:22 UTC (rev 39)
@@ -1,3 +1,9 @@
+2010-07-30 Werner Koch <wk at g10code.com>
+
+ Release 2.0.3.
+
+ * configure.ac: Set LT version to C2/A2/R0.
+
2010-07-21 Werner Koch <wk at g10code.com>
* w32-pth.c (enter_leave_api_sentinel): New.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-07-23 16:17:38 UTC (rev 38)
+++ trunk/NEWS 2010-07-30 07:45:22 UTC (rev 39)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.0.3
+Noteworthy changes in version 2.0.3 (2010-07-30)
------------------------------------------------
* Support WindowsCE.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2010-07-23 16:17:38 UTC (rev 38)
+++ trunk/configure.ac 2010-07-30 07:45:22 UTC (rev 39)
@@ -27,7 +27,7 @@
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [2.0.3])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -39,8 +39,8 @@
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
# Please remember to document interface changes in the NEWS file.
-W32PTH_LT_CURRENT=1
-W32PTH_LT_AGE=1
+W32PTH_LT_CURRENT=2
+W32PTH_LT_AGE=2
W32PTH_LT_REVISION=0
#-------------------
# If the API is changed in an incompatible way: increment the next counter.
More information about the Gnupg-commits
mailing list