Revision: 6074
Author: ek.kato
Date: Thu Nov 19 21:35:14 2009
Log: * include/gcroots.h
* configure.ac
  - Post release version bump.

http://code.google.com/p/uim/source/detail?r=6074

Modified:
 /branches/libgcroots-0.2/configure.ac
 /branches/libgcroots-0.2/include/gcroots.h

=======================================
--- /branches/libgcroots-0.2/configure.ac       Tue Feb 19 18:30:04 2008
+++ /branches/libgcroots-0.2/configure.ac       Thu Nov 19 21:35:14 2009
@@ -21,7 +21,7 @@
 dnl AC_INIT(gc,7.0,[email protected])
 dnl     ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)?
 dnl AC_CONFIG_SRCDIR(gcj_mlc.c)
-AC_INIT([gcroots], [0.2.2], [[email protected]], [libgcroots])
+AC_INIT([gcroots], [0.2.3], [[email protected]], [libgcroots])
 AC_CONFIG_SRCDIR(include/private/gcroots_priv.h)
 AC_CANONICAL_TARGET
 AC_PREREQ(2.60b)
=======================================
--- /branches/libgcroots-0.2/include/gcroots.h  Tue Feb 19 18:30:04 2008
+++ /branches/libgcroots-0.2/include/gcroots.h  Thu Nov 19 21:35:14 2009
@@ -23,7 +23,7 @@

 #define GCROOTS_VERSION_MAJOR      (0)
 #define GCROOTS_VERSION_MINOR      (2)
-#define GCROOTS_VERSION_PATCHLEVEL (2)
+#define GCROOTS_VERSION_PATCHLEVEL (3)
 #define GCROOTS_API_REVISION       (1)

#define GCROOTS_VERSION_REQUIRE(major, minor, patchlevel) \

Reply via email to