Revision: 7096
Author:   ek.kato
Date:     Tue May 17 02:23:43 2011
Log:      * configure.ac
* uim/uim.h
  - Post release version bump.

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

Modified:
 /branches/1.7/configure.ac
 /branches/1.7/uim/uim.h

=======================================
--- /branches/1.7/configure.ac  Thu May 12 06:18:18 2011
+++ /branches/1.7/configure.ac  Tue May 17 02:23:43 2011
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60b)
-AC_INIT([uim], [1.7.0], [[email protected]])
+AC_INIT([uim], [1.7.1], [[email protected]])
 AC_CONFIG_SRCDIR([uim/uim.c])
 AC_CONFIG_HEADERS([uim/config.h])
 AM_INIT_AUTOMAKE([1.10 dist-bzip2])
=======================================
--- /branches/1.7/uim/uim.h     Thu Jan  6 18:09:56 2011
+++ /branches/1.7/uim/uim.h     Tue May 17 02:23:43 2011
@@ -43,7 +43,7 @@

 #define UIM_VERSION_MAJOR      (1)
 #define UIM_VERSION_MINOR      (7)
-#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)      \

Reply via email to