Revision: 6867
Author: ek.kato
Date: Mon Dec 27 23:56:00 2010
Log: * include/gcroots.h
* configure.ac
- post release version bump
http://code.google.com/p/uim/source/detail?r=6867
Modified:
/branches/libgcroots-0.2/configure.ac
/branches/libgcroots-0.2/include/gcroots.h
=======================================
--- /branches/libgcroots-0.2/configure.ac Tue Nov 23 22:47:14 2010
+++ /branches/libgcroots-0.2/configure.ac Mon Dec 27 23:56: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.3], [[email protected]], [libgcroots])
+AC_INIT([gcroots], [0.2.4], [[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 Thu Nov 19 21:35:14 2009
+++ /branches/libgcroots-0.2/include/gcroots.h Mon Dec 27 23:56:00 2010
@@ -23,7 +23,7 @@
#define GCROOTS_VERSION_MAJOR (0)
#define GCROOTS_VERSION_MINOR (2)
-#define GCROOTS_VERSION_PATCHLEVEL (3)
+#define GCROOTS_VERSION_PATCHLEVEL (4)
#define GCROOTS_API_REVISION (1)
#define GCROOTS_VERSION_REQUIRE(major, minor,
patchlevel) \