diff --git a/honoka/configure.ac b/honoka/configure.ac
index 84ab17c..5bc6d00 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.3.2, tam-t@par.odn.ne.jp)
+AC_INIT(honoka, 0.3.3, 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=3
-HONOKA_MICRO_VERSION=2
+HONOKA_MICRO_VERSION=3
 
 HONOKA_VERSION=$HONOKA_MAJOR_VERSION.$HONOKA_MINOR_VERSION.$HONOKA_MICRO_VERSION