Commit 3a54d8f25996620ba1cf0619ff5d91364befcfab

sammy 2008-06-19T13:11:27

* Updated NEWS file. * Mark package as being version 2.2.0.

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)