summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bce2100..40ac5da0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
Overview of changes in lightdm 0.3.4
+ * Updates to liblightdm-qt
* Fix --with-cache-dir not working
* Set greeterdir in .pc files to point to where greeter engines should be
installed
diff --git a/configure.ac b/configure.ac
index be0c9bf4..b48825cb 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, 0.3.3)
+AC_INIT(lightdm, 0.3.4)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE