[pubcookie-dev] CVS update: dors;
webiso/pubcookie configure.ac,1.98,1.99
dors at cac.washington.edu
dors at cac.washington.edu
Fri Jul 14 11:21:13 PDT 2006
Update of /usr/local/cvsroot/webiso/pubcookie
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv24878
Modified Files:
configure.ac
Log Message:
changed version numbers to 3.3.1
Index: webiso/pubcookie/configure.ac
diff -u webiso/pubcookie/configure.ac:1.98 webiso/pubcookie/configure.ac:1.99
--- webiso/pubcookie/configure.ac:1.98 Mon Jul 3 16:02:36 2006
+++ webiso/pubcookie/configure.ac Fri Jul 14 11:21:11 2006
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 1.98 $)
+AC_REVISION($Revision: 1.99 $)
dnl Unfortunately, this must come before the seperate version splits, which are
dnl definted below. Please set them first, and then set the second argument of
@@ -8,7 +8,7 @@
dnl PBC_VERSION_MAJOR.PBC_VERSION_MINOR.PBC_VERSION_PATCH PBC_VERSION_TYPE
dnl Omit PBC_VERSION_TYPE if the TYPE is "final"
dnl I apologize that this isn't done automatically
-AC_INIT(Pubcookie, [3.3.1-pre-beta2], pubcookie-dev at u.washington.edu)
+AC_INIT(Pubcookie, [3.3.1], pubcookie-dev at u.washington.edu)
AC_CONFIG_SRCDIR([src/libpubcookie.c])
AC_CONFIG_HEADER([src/config.h])
@@ -26,13 +26,13 @@
dnl "beta". For campus editions, this will be unique for the campus, we
dnl imagine.
dnl When this changes, don't forget to increment PBC_WIN_BUILD_NUMBER
-PBC_VERSION_TYPE=pre-beta2
+PBC_VERSION_TYPE=final
dnl The Windows "Build Number" .. Unfortunately the Windows build process can't
dnl use the text version (betaX, pre-betaX), so this is just incremented every
dnl time the PBC_VERSION_TYPE changes, and reset to 0 when any part of the
dnl version number proper (MAJOR, MINOR, PATCH) changes.
-PBC_WIN_BUILD_NUMBER=0
+PBC_WIN_BUILD_NUMBER=1
AC_SUBST(PBC_VERSION_MAJOR, "$PBC_VERSION_MAJOR")
AC_SUBST(PBC_VERSION_MINOR, "$PBC_VERSION_MINOR")
end of message
More information about the pubcookie-dev
mailing list