* Updated NEWS file. * Mark package as being version 2.2.0.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
diff --git a/NEWS b/NEWS
index 089adac..3027150 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ been released to date. All versions prior to and including version
versions have changes attributed per contributor.
----------------------------------------------------------------------
---- 2008-06-12 Release 2.1.3~rc5 ---
+--- 2008-06-19 Release 2.2.0 ---
----------------------------------------------------------------------
* Stable API. Public headers are now frozen.
diff --git a/configure.ac b/configure.ac
index 53560ea..e9f867c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Minimum version of autoconf required. Should coincide with the
dnl setting in the autogen.sh script.
AC_PREREQ(2.58)
-AC_INIT(FTGL, 2.1.3~rc5, [sam@zoy.org], ftgl)
+AC_INIT(FTGL, 2.2.0, [sam@zoy.org], ftgl)
AC_CONFIG_SRCDIR(src/FTPoint.cpp)
AC_CONFIG_AUX_DIR(.auto)
AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])
@@ -11,8 +11,8 @@ AM_CONFIG_HEADER(config.h)
FTGL_PROG_CXX
LT_MAJOR="2"
-LT_MINOR="1"
-LT_MICRO="3"
+LT_MINOR="2"
+LT_MICRO="0"
AC_SUBST(LT_MAJOR)
AC_SUBST(LT_MINOR)
AC_SUBST(LT_MICRO)