[pubcookie-dev] CVS update: dors; webiso/pubcookie configure.ac,1.87,1.88

dors at cac.washington.edu dors at cac.washington.edu
Wed Nov 23 11:43:14 PST 2005


Update of /usr/local/cvsroot/webiso/pubcookie
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv2542
 
 Modified Files:
 	configure.ac 
 Log Message:
 changed version numbers to 3.3.0 beta1
 



Index: webiso/pubcookie/configure.ac
diff -c webiso/pubcookie/configure.ac:1.87 webiso/pubcookie/configure.ac:1.88
*** webiso/pubcookie/configure.ac:1.87	Tue Nov 15 19:00:29 2005
--- webiso/pubcookie/configure.ac	Wed Nov 23 11:43:11 2005
***************
*** 1,6 ****
  # Process this file with autoconf to produce a configure script.
  
! AC_REVISION($Revision: 1.87 $)
  
  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
--- 1,6 ----
  # Process this file with autoconf to produce a configure script.
  
! AC_REVISION($Revision: 1.88 $)
  
  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,14 ****
  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.2.2 pre-beta1], pubcookie-dev at u.washington.edu)
  
  AC_CONFIG_SRCDIR([src/libpubcookie.c])
  AC_CONFIG_HEADER([src/config.h])
--- 8,14 ----
  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.0 beta1], pubcookie-dev at u.washington.edu)
  
  AC_CONFIG_SRCDIR([src/libpubcookie.c])
  AC_CONFIG_HEADER([src/config.h])
***************
*** 16,30 ****
  
  dnl The version number, to be assembled
  PBC_VERSION_MAJOR=3
! PBC_VERSION_MINOR=2
! PBC_VERSION_PATCH=2
  
  dnl The version "type".
  dnl If this is "final", it is not included in the version string.
  dnl Otherwise it is.  For the National Edition, this will be "pre-beta" or
  dnl "beta".  For campus editions, this will be unique for the campus, we
  dnl imagine.
! PBC_VERSION_TYPE=pre-beta1
  
  AC_SUBST(PBC_VERSION_MAJOR, "$PBC_VERSION_MAJOR")
  AC_SUBST(PBC_VERSION_MINOR, "$PBC_VERSION_MINOR")
--- 16,30 ----
  
  dnl The version number, to be assembled
  PBC_VERSION_MAJOR=3
! PBC_VERSION_MINOR=3
! PBC_VERSION_PATCH=0
  
  dnl The version "type".
  dnl If this is "final", it is not included in the version string.
  dnl Otherwise it is.  For the National Edition, this will be "pre-beta" or
  dnl "beta".  For campus editions, this will be unique for the campus, we
  dnl imagine.
! PBC_VERSION_TYPE=beta1
  
  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