Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Amelia S. Greene
ristretto
Commits
7e627b0f
Commit
7e627b0f
authored
Jul 28, 2012
by
Stephan Arts
Browse files
Update version number and NEWS
parent
67201d33
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
7e627b0f
0.6.1
=====
- Fix segfault when changing the 'limit-quality' options.
0.6.0
=====
- Fix bug #8723 (Remove duplicate accelerators)
...
...
configure.in.in
View file @
7e627b0f
...
...
@@ -11,7 +11,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [6])
m4_define([ristretto_version_micro], [
0
])
m4_define([ristretto_version_micro], [
1
])
m4_define([ristretto_version_build], [r@REVISION@])
m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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