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
Apps
parole
Commits
f3fed6ca
Commit
f3fed6ca
authored
Mar 29, 2014
by
Sean Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version number, NEWS file.
parent
62f3b404
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
NEWS
NEWS
+4
-0
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
f3fed6ca
0.6.1
=======
- Properly use specified device, use correct URI (lp: #1098323)
0.6.0
=======
- Completed port to GTK+3
...
...
configure.ac.in
View file @
f3fed6ca
m4_define([intltool_minimum_version], [0.31])
m4_define([parole_verinfo], [0:6:
0
])
m4_define([parole_verinfo], [0:6:
1
])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [0])
m4_define([parole_version_minor], [6])
m4_define([parole_version_micro], [
0
])
m4_define([parole_version_micro], [
1
])
m4_define([parole_version_build], [])
m4_define([parole_version_tag], [])
m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
...
...
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