From 7f451a301ca41357573f81b2f258e92a5031aa35 Mon Sep 17 00:00:00 2001
From: Vincent Wei <vincent@minigui.org>
Date: Sun, 8 Mar 2020 17:17:16 +0800
Subject: [PATCH] change version to 1.5.0

---
 Doxyfile     | 4 ++--
 configure.ac | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index cfd10b2..bd7b588 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "mGUtils API Reference"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = v1.2.4
+PROJECT_NUMBER         = v1.5.0
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = doc-api-ref-mgutils-1.2.2
+OUTPUT_DIRECTORY       = doc-api-ref-mgutils-1.5.0
 
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and
diff --git a/configure.ac b/configure.ac
index ee1618a..eb38541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.60)
-AC_INIT(libmgutils, 1.4.0)
+AC_INIT(libmgutils, 1.5.0)
 AC_CONFIG_SRCDIR(src/templates/colordlg.c)
 
 MGUTILS_NAME="mgutils"
@@ -18,7 +18,7 @@ dnl Set various version strings
 # set _BINARY_AGE and _INTERFACE_AGE to 0.
 #
 MGUTILS_MAJOR_VERSION=1
-MGUTILS_MINOR_VERSION=4
+MGUTILS_MINOR_VERSION=5
 MGUTILS_MICRO_VERSION=0
 MGUTILS_INTERFACE_AGE=0
 MGUTILS_BINARY_AGE=0
-- 
GitLab