summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2012-12-18 14:33:21 -0600
committerGlenn Rice <glennricster@gmail.com>2012-12-18 14:33:21 -0600
commit05e24e872fdad27592c66dd133ce5382bf86be4d (patch)
tree4ccb752015a470fc06fa4d311e960cb05880b3c6
parentd33bdbcfba5e2e7483d5499ebfeaa9d9d521c4d9 (diff)
Bump version number for release to match upstream poppler release.0.21.1
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 72632dd..0edcf13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,5 @@
Release 0.20.1
* Initial release
+
+Release 0.21.1
+* Bump version to match poppler-glib
diff --git a/configure.ac b/configure.ac
index ec20230..82c080f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([poppler-glibmm], [0.20.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=poppler-glibmm],
+AC_INIT([poppler-glibmm], [0.21.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=poppler-glibmm],
[poppler-glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -37,7 +37,7 @@ MM_INIT_MODULE([poppler-glibmm-1.0])
MM_CONFIG_DOCTOOL_DIR([doc])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([POPPLER_GLIBMM_SO_VERSION], [0:0:0])
+AC_SUBST([POPPLER_GLIBMM_SO_VERSION], [1:0:1])
AC_PROG_CXX
AC_DISABLE_STATIC