updated the version to 0.5.5 in configured.ac

This commit is contained in:
2010-07-10 20:16:00 +00:00
parent b758ed8ab3
commit 03c87a4f6a
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
dnl AC_PREREQ(2.59)
AC_INIT([qse],[0.5.4],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],,[http://qse.googlecode.com])
AC_INIT([qse],[0.5.5],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],,[http://qse.googlecode.com])
AC_CONFIG_HEADER([include/qse/config.h])
AC_CONFIG_AUX_DIR([ac/au])
AC_CONFIG_MACRO_DIR([ac/m4])