diff --git a/configure.ac b/configure.ac index 9efac834..cf0a6078 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(libminigui, 4.0.1) +AC_INIT(libminigui, 4.0.2) AC_CONFIG_SRCDIR(src/main/main.c) dnl Set various version strings - taken gratefully from the SDL sources @@ -16,9 +16,9 @@ dnl Set various version strings - taken gratefully from the SDL sources # MINIGUI_MAJOR_VERSION=4 MINIGUI_MINOR_VERSION=0 -MINIGUI_MICRO_VERSION=1 -MINIGUI_INTERFACE_AGE=1 -MINIGUI_BINARY_AGE=1 +MINIGUI_MICRO_VERSION=2 +MINIGUI_INTERFACE_AGE=2 +MINIGUI_BINARY_AGE=2 MINIGUI_VERSION=$MINIGUI_MAJOR_VERSION.$MINIGUI_MINOR_VERSION.$MINIGUI_MICRO_VERSION AC_SUBST(MINIGUI_MAJOR_VERSION)