Sfoglia il codice sorgente

update the version number to 2.1.0

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670941 13f79535-47bb-0310-9956-ffa450edef68
Andrew Kornev 17 anni fa
parent
commit
7219da4dd3
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      zookeeper/c/ChangeLog
  2. 1 1
      zookeeper/c/configure.ac

+ 2 - 2
zookeeper/c/ChangeLog

@@ -1,5 +1,5 @@
-Release 2.0.3
-2008-04-29 Andrew Kornev <akornev@users.sourceforge.net>
+Release 2.1.0
+2008-04-30 Andrew Kornev <akornev@users.sourceforge.net>
 
 
     * added the client latency diagnostics; the client prints a warning when the
     * added the client latency diagnostics; the client prints a warning when the
       reponse latency exceeds 20ms
       reponse latency exceeds 20ms

+ 1 - 1
zookeeper/c/configure.ac

@@ -3,7 +3,7 @@
 
 
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
 
 
-AC_INIT([zookeeper C client],2.0.3,[zookeeper-user@lists.sourceforge.net],[zookeeper])
+AC_INIT([zookeeper C client],2.1.0,[zookeeper-user@lists.sourceforge.net],[zookeeper])
 AC_CONFIG_SRCDIR([src/zookeeper.c])
 AC_CONFIG_SRCDIR([src/zookeeper.c])
 AC_CHECK_FILES([generated/zookeeper.jute.c generated/zookeeper.jute.h],[],
 AC_CHECK_FILES([generated/zookeeper.jute.c generated/zookeeper.jute.h],[],
     [AC_MSG_ERROR([jute files are missing! Please run "ant compile_jute" while in the zookeeper top level directory.])
     [AC_MSG_ERROR([jute files are missing! Please run "ant compile_jute" while in the zookeeper top level directory.])