diff --git a/honoka/configure.ac b/honoka/configure.ac index f0d2d33..5250ea5 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.8.1, tam-t@par.odn.ne.jp) +AC_INIT(honoka, 0.8.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=8 -HONOKA_MICRO_VERSION=1 +HONOKA_MICRO_VERSION=2 HONOKA_VERSION=$HONOKA_MAJOR_VERSION.$HONOKA_MINOR_VERSION.$HONOKA_MICRO_VERSION