From 1ed5b44926022efee3eb0482c7098ce4602ff6b2 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 15 Jan 2019 15:13:50 +0800 Subject: [PATCH] cleanup for 3.2.2 --- RELEASE-NOTES.md | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 39794d37..007c8f93 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,8 @@ # Release Notes -## Version 3.2.1 +## Version 3.2.2 -The MiniGUI development team announces the availability of MiniGUI 3.2.1. +The MiniGUI development team announces the availability of MiniGUI 3.2.2. All users of MiniGUI are recommended strongly to use this version. Please report any bugs and incompatibilities in diff --git a/configure.ac b/configure.ac index 73b7687a..00489796 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.0) +AC_INIT(libminigui, 3.2.2) AC_CONFIG_SRCDIR(src/main/main.c) dnl Set various version strings - taken gratefully from the SDL sources @@ -16,7 +16,7 @@ dnl Set various version strings - taken gratefully from the SDL sources # MINIGUI_MAJOR_VERSION=3 MINIGUI_MINOR_VERSION=2 -MINIGUI_MICRO_VERSION=1 +MINIGUI_MICRO_VERSION=2 MINIGUI_INTERFACE_AGE=0 MINIGUI_BINARY_AGE=1 MINIGUI_VERSION=$MINIGUI_MAJOR_VERSION.$MINIGUI_MINOR_VERSION.$MINIGUI_MICRO_VERSION