From 20f160074f0a0b108a1055364a3d5bdec928cb3e Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 31 Oct 2019 09:55:06 +0800 Subject: [PATCH] Change version to 3.2.3 --- Version | 2 +- configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Version b/Version index 1db74954..52bc5240 100644 --- a/Version +++ b/Version @@ -1,4 +1,4 @@ -Version 3.2.2 (2019/01/15) +Version 3.2.3 (2019/11/01) This release needs the following resource packages: diff --git a/configure.ac b/configure.ac index 47cb153a..19b46a07 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, 3.2.2) +AC_INIT(libminigui, 3.2.3) 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=3 MINIGUI_MINOR_VERSION=2 -MINIGUI_MICRO_VERSION=2 +MINIGUI_MICRO_VERSION=3 MINIGUI_INTERFACE_AGE=0 -MINIGUI_BINARY_AGE=2 +MINIGUI_BINARY_AGE=3 MINIGUI_VERSION=$MINIGUI_MAJOR_VERSION.$MINIGUI_MINOR_VERSION.$MINIGUI_MICRO_VERSION AC_SUBST(MINIGUI_MAJOR_VERSION)