summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-08-21 19:16:45 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-08-21 19:16:45 +0000
commit6e6b4af5b7de8e17208f42a6031bf05342e91416 (patch)
treed76227c173236d8964f718fff70855714d44ce85
parent1d9dbaa12411c910eceaa68814bf95cc4cba971d (diff)
2006-08-21 Jonathon Jongsma <jonathon.jongsma@gmail.com>RELEASE_1_2_2
* NEWS: update for 1.2.2 * configure.in: bump to next even number (1.2.2)
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ba4f25..c83bee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1.2.2:
+
+2006-08-21 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * NEWS: update for 1.2.2
+ * configure.in: bump to next even number (1.2.2)
+
2006-08-21 Cedric Gustin <cedric.gustin@gmail.com>
* cairomm/win32_surface.cc: Explicitly cast Cairo::Format to
diff --git a/NEWS b/NEWS
index 4d80245..9cb4972 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.2.2:
+
+* Fixed an issue when compiling on windows with MSVC
+
1.2.0:
* This is the first release that guarantees API and ABI stability
diff --git a/configure.in b/configure.in
index fb7fc6d..e34c07a 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=2
-GENERIC_MICRO_VERSION=1
+GENERIC_MICRO_VERSION=2
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)