Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Wei
mgutils
Commits
7f451a30
Commit
7f451a30
authored
5 years ago
by
Vincent Wei
Browse files
Options
Download
Email Patches
Plain Diff
change version to 1.5.0
parent
e98d3fbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doxyfile
+2
-2
Doxyfile
configure.ac
+2
-2
configure.ac
with
4 additions
and
4 deletions
+4
-4
Doxyfile
View file @
7f451a30
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
7f451a30
# -*- 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment