summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-08-20 19:02:57 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-08-20 19:02:57 +0000
commite0fb7084d38d590bd371d935f0ded5d11e67416b (patch)
tree062d55cf7b5a23d05debb98c06b9a7b6f74f45b3
parentffa94c9965872a4a693b320fa238e304f45740e9 (diff)
2006-08-20 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* Makefile.am: fix up the release announcement template to explain what cairomm is at the top of the email before telling where to get it. * configure.in: post-release bump (1.2.1)
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am7
-rw-r--r--configure.in2
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a30c9..fdd4d77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-20 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * Makefile.am: fix up the release announcement template to explain what
+ cairomm is at the top of the email before telling where to get it.
+ * configure.in: post-release bump (1.2.1)
+
1.2.0:
2006-08-20 Jonathon Jongsma <jonathon.jongsma@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index 2aee9cb..9387b03 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,6 +84,9 @@ release-publish: release-upload releases/$(sha1_file)
@echo "Subject: $(PACKAGE) release $(VERSION) now available"
@echo ""
@echo "============================== CUT HERE =============================="
+ @echo "cairomm is a C++ API for the cairo graphics library. For more "
+ @echo "information, see http://cairographics.org/cairomm"
+ @echo ""
@echo "A new $(PACKAGE) release $(VERSION) is now available from:"
@echo ""
@echo " $(RELEASE_URL_BASE)/$(tar_file)"
@@ -97,8 +100,8 @@ release-publish: release-upload releases/$(sha1_file)
@echo " $(RELEASE_URL_BASE)/$(gpg_file)"
@echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
@echo ""
- @echo "cairomm is a C++ API for the cairo graphics library. For more "
- @echo "information, see http://cairographics.org/cairomm"
+ @echo "WHAT'S NEW"
+ @echo "=========="
@echo ""
@echo "============================== CUT HERE =============================="
@echo "Also, please include the new entries from the NEWS file."
diff --git a/configure.in b/configure.in
index 1feb635..fb7fc6d 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=0
+GENERIC_MICRO_VERSION=1
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)