summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-08-28 22:30:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-08-28 22:30:13 -0400
commit649830ff2c80c6900f3af570bb464703fb283ee9 (patch)
treefab3c54f5fd39dd0de875640bdeb2dcc8aede74c
parent24f3488fa66140bd7f2d2ea396a07ce555760333 (diff)
downloadgnome-initial-setup-649830ff2c80c6900f3af570bb464703fb283ee9.tar.gz
3.29.923.29.92
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2cb12cb..9848573 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
+3.29.92
+
+ * Translation updates
+ * Improved network page
+ * Fix timezone selection in new-user mode
+ * Properly use libsecret unstable api
+
3.29.1
+
* Translation updates
* Support more general page skipping
* Show the welcome page if the language page is skipped
diff --git a/configure.ac b/configure.ac
index 8175f06..e028226 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-initial-setup],[3.29.1])
+AC_INIT([gnome-initial-setup],[3.29.92])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign tar-ustar])
diff --git a/meson.build b/meson.build
index 754c427..42160c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-initial-setup',
['c'],
- version: '3.29.1',
+ version: '3.29.92',
license: 'GPLv2',
meson_version: '>= 0.47.0',
)