summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-04-15 10:34:43 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-04-15 10:34:43 +1200
commit1db15ff64aa0997423d83340b7664838fa985644 (patch)
tree67152796692deb34ba623d09831f3c7ab84e79d5
parent32d52dadfcf385455a6e88b659492287ee47d0e5 (diff)
downloadlightdm-git-1.6.0.tar.gz
Releasing 1.6.01.6.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index baa92dd3..bbf2ac6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-Overview of changes in lightdm 1.5.4
+Overview of changes in lightdm 1.6.0
* Allow VNC command to be specified in lightdm.conf
+ * Register enums with QObject meta type system.
Overview of changes in lightdm 1.5.3
diff --git a/configure.ac b/configure.ac
index b5c907d6..8151d1cb 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, 1.5.3)
+AC_INIT(lightdm, 1.6.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])