From 1db15ff64aa0997423d83340b7664838fa985644 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 15 Apr 2013 10:34:43 +1200 Subject: Releasing 1.6.0 --- NEWS | 3 ++- configure.ac | 2 +- 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]) -- cgit v1.2.3