summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cfddef..4a582cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
Overview of changes in lightdm-gtk-greeter x.y.z
+ * Add libindicator support.
+
+Overview of changes in lightdm-gtk-greeter 1.5.0
+
* Use new api for autologin.
* Add support for loading user background from Accountsservice.
diff --git a/configure.ac b/configure.ac
index 063084e..f41913d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm-gtk-greeter, 1.3.1)
+AC_INIT(lightdm-gtk-greeter, 1.5.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE