summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-05-03 13:45:04 +0200
committerStefano Karapetsas <[email protected]>2014-05-03 13:45:04 +0200
commite036725df40fb3e47615b20c74b9e836906a2a74 (patch)
treed21bba53220777fc2ce2b4a54bd5082b48de7d06
parentef601445e834c1384816bff3fff7872a4c14a42a (diff)
downloadmate-netbook-e036725df40fb3e47615b20c74b9e836906a2a74.tar.bz2
mate-netbook-e036725df40fb3e47615b20c74b9e836906a2a74.tar.xz
Bump version to 1.9.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 278c369..40d8cec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.9.0
+=====
+
+ * Use MateAboutDialog
+
1.8.0
=====
diff --git a/configure.ac b/configure.ac
index 6fa0cac..301f70c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.8.0, [])
+AC_INIT(mate-netbook, 1.9.0, [])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(maximus/main.c)