Revision: 6722 Author: ek.kato Date: Fri Aug 13 02:22:41 2010 Log: * configure.ac * uim/uim.h - Post release version bump
http://code.google.com/p/uim/source/detail?r=6722 Modified: /branches/1.6/configure.ac /branches/1.6/uim/uim.h ======================================= --- /branches/1.6/configure.ac Sun Aug 1 17:30:14 2010 +++ /branches/1.6/configure.ac Fri Aug 13 02:22:41 2010 @@ -1,5 +1,5 @@ AC_PREREQ(2.60b) -AC_INIT([uim], [1.6.0], [[email protected]]) +AC_INIT([uim], [1.6.1], [[email protected]]) AC_CONFIG_SRCDIR([uim/uim.c]) AC_CONFIG_HEADERS([uim/config.h]) AM_INIT_AUTOMAKE([1.10 dist-bzip2]) ======================================= --- /branches/1.6/uim/uim.h Sun Apr 4 20:35:54 2010 +++ /branches/1.6/uim/uim.h Fri Aug 13 02:22:41 2010 @@ -43,7 +43,7 @@ #define UIM_VERSION_MAJOR (1) #define UIM_VERSION_MINOR (6) -#define UIM_VERSION_PATCHLEVEL (0) +#define UIM_VERSION_PATCHLEVEL (1) #define UIM_VERSION_REQUIRE(major, minor, patchlevel) \ ((major) < UIM_VERSION_MAJOR \ || ((major) == UIM_VERSION_MAJOR && (minor) < UIM_VERSION_MINOR) \
