diff --git a/honoka/configure.ac b/honoka/configure.ac index 249daa5..fd93f9b 100644 --- a/honoka/configure.ac +++ b/honoka/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(honoka, 0.9.1, tam-t@par.odn.ne.jp) +AC_INIT(honoka, 0.9.2, tam-t@par.odn.ne.jp) AC_CONFIG_SRCDIR([src/honoka_imengine.h]) # Save this value here, since automake will set cflags and cxxflags later @@ -8,7 +8,7 @@ HONOKA_MAJOR_VERSION=0 HONOKA_MINOR_VERSION=9 -HONOKA_MICRO_VERSION=1 +HONOKA_MICRO_VERSION=2 HONOKA_VERSION=$HONOKA_MAJOR_VERSION.$HONOKA_MINOR_VERSION.$HONOKA_MICRO_VERSION diff --git a/honoka/m4/Makefile b/honoka/m4/Makefile index e3de62d..98b5e06 100644 --- a/honoka/m4/Makefile +++ b/honoka/m4/Makefile @@ -105,9 +105,9 @@ HAVE_SNPRINTF = 1 HAVE_WPRINTF = 0 HONOKA_MAJOR_VERSION = 0 -HONOKA_MICRO_VERSION = 1 +HONOKA_MICRO_VERSION = 2 HONOKA_MINOR_VERSION = 9 -HONOKA_VERSION = 0.9.1 +HONOKA_VERSION = 0.9.2 INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LTDL_FALSE = INSTALL_LTDL_TRUE = # @@ -140,9 +140,9 @@ PACKAGE = honoka PACKAGE_BUGREPORT = tam-t@par.odn.ne.jp PACKAGE_NAME = honoka -PACKAGE_STRING = honoka 0.9.1 +PACKAGE_STRING = honoka 0.9.2 PACKAGE_TARNAME = honoka -PACKAGE_VERSION = 0.9.1 +PACKAGE_VERSION = 0.9.2 PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config POSUB = po @@ -164,7 +164,7 @@ STRIP = strip USE_INCLUDED_LIBINTL = no USE_NLS = yes -VERSION = 0.9.1 +VERSION = 0.9.2 XGETTEXT = /usr/bin/xgettext ac_aux_dir = . ac_ct_AR = ar