From f3b94481e73201ceade14e5f6e9e70ac14f29e60 Mon Sep 17 00:00:00 2001 From: Jinghua Luo Date: Sun, 4 Feb 2007 00:05:35 +0800 Subject: configure: bump version to 0.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. --- configure.ac | 4 ++-- 1 file 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]) -- cgit v1.2.3