From: Erik M. <er...@us...> - 2002-01-07 20:27:49
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv15235 Modified Files: configure.in ChangeLog Log Message: Kick the version number. Index: configure.in =================================================================== RCS file: /cvsroot/blob/blob/configure.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- configure.in 2002/01/07 14:58:16 1.34 +++ configure.in 2002/01/07 20:27:46 1.35 @@ -19,7 +19,7 @@ PACKAGE=blob BLOB_MAJOR_VERSION=2 BLOB_MINOR_VERSION=0 -BLOB_MICRO_VERSION=5-pre2 +BLOB_MICRO_VERSION=5-pre3 BLOB_VERSION=$BLOB_MAJOR_VERSION.$BLOB_MINOR_VERSION.$BLOB_MICRO_VERSION VERSION=$BLOB_VERSION Index: ChangeLog =================================================================== RCS file: /cvsroot/blob/blob/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ChangeLog 2002/01/06 19:03:36 1.14 +++ ChangeLog 2002/01/07 20:27:46 1.15 @@ -3,6 +3,8 @@ $Id$ +blob-2.0.5-pre3: + blob-2.0.5-pre2: - MD5 support Christopher Hoover - New call command Christopher Hoover |