Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Gaël Bonithon
mousepad
Commits
93f6b72e
Commit
93f6b72e
authored
Dec 30, 2012
by
Nick Schermer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version for release.
parent
6736663b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac.in
configure.ac.in
+1
-1
No files found.
configure.ac.in
View file @
93f6b72e
...
...
@@ -6,7 +6,7 @@ m4_define([mousepad_version_minor], [3])
m4_define([mousepad_version_micro], [0])
m4_define([mousepad_version_nano], []) dnl leave this empty to have no nano version
m4_define([mousepad_version_build], [@REVISION@])
m4_define([mousepad_version_tag], [
git
])
m4_define([mousepad_version_tag], [])
m4_define([mousepad_version], [mousepad_version_major().mousepad_version_minor().mousepad_version_micro()ifelse(mousepad_version_nano(), [], [], [.mousepad_version_nano()])ifelse(mousepad_version_tag(), [git], [mousepad_version_tag()-mousepad_version_build()], [mousepad_version_tag()])])
dnl *******************************************
...
...
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