diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-08-21 19:16:45 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-08-21 19:16:45 +0000 |
commit | 6e6b4af5b7de8e17208f42a6031bf05342e91416 (patch) | |
tree | d76227c173236d8964f718fff70855714d44ce85 | |
parent | 1d9dbaa12411c910eceaa68814bf95cc4cba971d (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-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -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 @@ -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) |