[Xfce4-commits] <ristretto:ristretto-0.6> Update version number and NEWS
Stephan Arts
noreply at xfce.org
Sat Jul 28 10:18:01 CEST 2012
Updating branch refs/heads/ristretto-0.6
to 7e627b0fc269c3ed9771b3efb5bbdc5550b8e514 (commit)
from 67201d333e66d3f5649cc94429fbdb661188b90f (commit)
commit 7e627b0fc269c3ed9771b3efb5bbdc5550b8e514
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Jul 28 10:16:44 2012 +0200
Update version number and NEWS
NEWS | 4 ++++
configure.in.in | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index d341722..b1cb084 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.6.1
+=====
+- Fix segfault when changing the 'limit-quality' options.
+
0.6.0
=====
- Fix bug #8723 (Remove duplicate accelerators)
diff --git a/configure.in.in b/configure.in.in
index 90588b1..f486d54 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -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 at 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()])])
More information about the Xfce4-commits
mailing list