summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-03-20 13:13:24 +0100
committerBastien Nocera <hadess@hadess.net>2017-03-20 13:13:34 +0100
commitdec87510f22daf87144eda36e1d97bfcabace1d1 (patch)
tree16c9cc804dacb7dc2b17aa7e4317283261e51dc4
parent7d0dcd7973a6ac923e8cb6a697f42625dc1afc18 (diff)
downloadtotem-dec87510f22daf87144eda36e1d97bfcabace1d1.tar.gz
3.24.0V_3_24_0
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c33e0c73e..ee45b2e7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 3.24.0:
+- Translation updates
+- Add Flatpak build definition
+
Major changes in 3.23.90:
- Add keyboard shortcut to de-select all items
- Fix possible crash on first run
diff --git a/configure.ac b/configure.ac
index 8f72f3608..010cf729d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ[(2.64)]
m4_define(totem_version_major, 3)
-m4_define(totem_version_minor, 23)
-m4_define(totem_version_micro, 90)
+m4_define(totem_version_minor, 24)
+m4_define(totem_version_micro, 0)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)