This commit is contained in:
VincentWei
2017-10-26 15:07:29 +08:00
parent 467b636376
commit ecf126eaba
2 changed files with 6 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ add_definitions (-D_GNU_SOURCE)
# the version number.
set (MINIGUI_MAJOR_VERSION 3)
set (MINIGUI_MINOR_VERSION 0)
set (MINIGUI_MICRO_VERSION 12)
set (MINIGUI_MICRO_VERSION 13)
set (MINIGUI_NAME "minigui")
set (MGLIB_SUFFIX "")

View File

@@ -1,10 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
dnl ========================================================================
dnl Put the name and version of the package here
AC_INIT([libminigui], [3.0.13])
AC_CONFIG_SRCDIR([src/main/main.c])
AC_PREREQ(2.60)
AC_INIT(libminigui, 3.0.13)
AC_CONFIG_SRCDIR(src/main/main.c)
dnl Set various version strings - taken gratefully from the SDL sources
#
@@ -47,7 +44,8 @@ AC_CANONICAL_SYSTEM
dnl ========================================================================
dnl Init automake
AM_INIT_AUTOMAKE([no-define])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(mgconfig.h)
dnl ========================================================================