# HG changeset patch # User Erik Grinaker # Date 1168943944 0 # Node ID b34d71a92a3bb334b2d691ebd1afead7cb8f457c # Parent 33195f57f9aa21797ffd97f672c1bd9564d211fa bumped version to 0.4.11 diff -r 33195f57f9aa21797ffd97f672c1bd9564d211fa -r b34d71a92a3bb334b2d691ebd1afead7cb8f457c NEWS --- a/NEWS Tue Jan 16 10:36:38 2007 +0000 +++ b/NEWS Tue Jan 16 10:39:04 2007 +0000 @@ -1,4 +1,4 @@ -xxxx-xx-xx: Revelation 0.4.11 +2007-01-16: Revelation 0.4.11 ============================= Bugfixes: diff -r 33195f57f9aa21797ffd97f672c1bd9564d211fa -r b34d71a92a3bb334b2d691ebd1afead7cb8f457c configure.ac --- a/configure.ac Tue Jan 16 10:36:38 2007 +0000 +++ b/configure.ac Tue Jan 16 10:39:04 2007 +0000 @@ -7,7 +7,7 @@ dnl initialize autoconf/automake AC_PREREQ(2.53) AC_INIT(src/revelation.in) -AM_INIT_AUTOMAKE(revelation, 0.4.10) +AM_INIT_AUTOMAKE(revelation, 0.4.11) ALL_LINGUAS="cs de fr sv zh" dnl check for dependencies diff -r 33195f57f9aa21797ffd97f672c1bd9564d211fa -r b34d71a92a3bb334b2d691ebd1afead7cb8f457c src/lib/config.py.in --- a/src/lib/config.py.in Tue Jan 16 10:36:38 2007 +0000 +++ b/src/lib/config.py.in Tue Jan 16 10:39:04 2007 +0000 @@ -40,7 +40,7 @@ PACKAGE = "@PACKAGE@" VERSION = "@VERSION@" DATAVERSION = 1 -RELNAME = "Did I say that, or just think it?" +RELNAME = "You drive, I think there's something wrong with me" URL = "http://oss.codepoet.no/revelation/" AUTHORS = [ "Erik Grinaker " ] ARTISTS = [ "Erik Grinaker " ]