summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-09-21 17:30:24 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-09-21 17:30:24 +0000
commit6bcfe74e233b44556eaffa53656921830c892f0f (patch)
tree6e9ab07eb1da9493eee02b3a342e33a14de35df5 /Makefile.am
parent8ea67f3f611d2b04b70b0f12416bad01627ecafe (diff)
downloadglibmm-6bcfe74e233b44556eaffa53656921830c892f0f.tar.gz
update to get ready for 2.18.0 release
svn path=/trunk/; revision=729
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 02750946..20a52f8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,9 +89,9 @@ release-announce: upload-release
@echo ""
@echo " $(PACKAGE) is a C++ API for glib, used by gtkmm."
@echo ""
- @echo " $(PACKAGE) 2.16 wraps new API in glib 2.16, including the new gio library, "
- @echo " and is API/ABI-compatibile with glibmm 2.14, 2.12, 2.10, 2.8, 2.6 and "
- @echo " 2.4. It is a version of the glibmm-2.4 API."
+ @echo " $(PACKAGE) wraps new API in glib, including the gio library, "
+ @echo " and is API/ABI-compatibile with older versions of glibmm back to "
+ @echo " version 2.4. It is a version of the glibmm-2.4 API."
@echo ""
@echo " gtkmm and $(PACKAGE) stay in-sync with GTK+ by following the official GNOME release schedule:"
@echo " http://www.gnome.org/start/unstable/"