Revision: 6824
Author: ek.kato
Date: Tue Nov 23 22:50:00 2010
Log: * include/gcroots.h
* configure.ac
  - Bump version.

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

Modified:
 /libgcroots-trunk/configure.ac
 /libgcroots-trunk/include/gcroots.h

=======================================
--- /libgcroots-trunk/configure.ac      Sun Apr 20 08:41:11 2008
+++ /libgcroots-trunk/configure.ac      Tue Nov 23 22:50:00 2010
@@ -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.0], [[email protected]], [libgcroots])
+AC_INIT([gcroots], [0.3.0], [[email protected]], [libgcroots])
 AC_CONFIG_SRCDIR(include/private/gcroots_priv.h)
 AC_CANONICAL_TARGET
 AC_PREREQ(2.60b)
=======================================
--- /libgcroots-trunk/include/gcroots.h Wed Feb 13 07:13:03 2008
+++ /libgcroots-trunk/include/gcroots.h Tue Nov 23 22:50:00 2010
@@ -22,7 +22,7 @@
 #endif

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

Reply via email to