summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2008-09-03 23:20:55 -0500
committerJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2008-09-03 23:20:55 -0500
commit297f2cacb9fbb9a12464a704d567e902929f0482 (patch)
tree3926d33d16be2f31f9a5559eba7daa94d3c3e7c1
parent880a5269ec44f82e53f8924a9b074035b6e4b930 (diff)
Bump version to 1.6.4v1.6.4cairomm-1.6
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 422dfe9..e25a518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-03 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * NEWS: update for release
+ * configure.in: bump to 1.6.4
+
2008-08-27 Armin Burgmeier <armin@arbur.net>
* MSVC_Net2005/cairomm/cairomm.rc.in: Replaced #include "afxres.h" by
diff --git a/NEWS b/NEWS
index 4c7d6a8..c4ec77b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.6.4:
+
+ * Windows build: Fix the build on the freely available Visual Studio Express
+ compiler: Bug #17322 (Armin Burgmeier)
+
1.6.2:
* Fix build on OSX when both Quartz and Xlib surfaces are enabled (Benjamin
diff --git a/configure.in b/configure.in
index a59bcec..24b5357 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(cairomm/cairomm.h)
#release versioning
GENERIC_MAJOR_VERSION=1
GENERIC_MINOR_VERSION=6
-GENERIC_MICRO_VERSION=3
+GENERIC_MICRO_VERSION=4
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)