summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinghua Luo <sunmoon1997@gmail.com>2007-02-04 00:05:35 +0800
committerJinghua Luo <sunmoon1997@gmail.com>2007-02-04 00:05:35 +0800
commitf3b94481e73201ceade14e5f6e9e70ac14f29e60 (patch)
tree61d23817598991f0fbd3f96437b066230efa65f5
parentebea4b347ba31c77a43a76d06aa7ab91846b3a40 (diff)
configure: bump version to 0.0.30.0.3
OpenGL basicly works now, with new area manager and code cleanup, I think this is the reasonable time to bump version to 0.0.3.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9ee5a50..2a0f79b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@
AC_PREREQ(2.60)
m4_define(sdl_freetype_version_major, 0)
m4_define(sdl_freetype_version_minor, 0)
-m4_define(sdl_freetype_version_micro, 2)
-AC_INIT(sdl-freetype, 0.0.2, sunmoon1997@gmail.com)
+m4_define(sdl_freetype_version_micro, 3)
+AC_INIT(sdl-freetype, 0.0.3, sunmoon1997@gmail.com)
AC_CONFIG_SRCDIR([src/sdl-freetype.h])
AC_CONFIG_HEADER([config.h])