diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -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 |