diff --git a/NEWS b/NEWS index 9ea9fa1..dd267c1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +2020-09-04: Revelation 0.5.2 +============================ + +Bugfixes: +- Fix #24 [Miquel Garriga] + +Translation: +- Update translations + +Others: +- Change AppData install dir for Flathub + 2020-08-30: Revelation 0.5.1 ============================ diff --git a/configure.ac b/configure.ac index 0252fea..c5bb1d7 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl dnl initialize autoconf/automake AC_PREREQ([2.69]) -AC_INIT([revelation],[0.5.1],[https://github.com/mikelolasagasti/revelation/issues],[revelation],[https://revelation.olasagasti.info/]) +AC_INIT([revelation],[0.5.2],[https://github.com/mikelolasagasti/revelation/issues],[revelation],[https://revelation.olasagasti.info/]) AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability]) AM_GNU_GETTEXT_VERSION([0.19.8]) diff --git a/data/revelation.appdata.xml.in b/data/revelation.appdata.xml.in index c149002..c8aeabd 100644 --- a/data/revelation.appdata.xml.in +++ b/data/revelation.appdata.xml.in @@ -29,6 +29,7 @@ mikel@olasagasti.info + diff --git a/src/lib/config.py.in b/src/lib/config.py.in index 6904a73..6a37cf8 100644 --- a/src/lib/config.py.in +++ b/src/lib/config.py.in @@ -37,7 +37,7 @@ APPNAME = "Revelation" PACKAGE = "@PACKAGE@" VERSION = "@VERSION@" DATAVERSION = 2 -RELNAME = "Cadi Cadi" +RELNAME = "Back to chaos" URL = "https://revelation.olasagasti.info/" AUTHORS = [ "Erik Grinaker ","Mikel Olasagasti Uranga " ] ARTISTS = [ "Erik Grinaker " ]