summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ce385de2..88260756 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.17.4
+======
+- Translation updates
+
0.17.3
======
- Update python bindings to bind new API from 0.17.1
diff --git a/configure.in b/configure.in
index 17ea6808..fe0c91cc 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[17])
-m4_define([vte_version_micro],[3])
+m4_define([vte_version_micro],[4])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
AC_PREREQ(2.56)
@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-LTVERSION_REVISION=2
+LTVERSION_REVISION=3
# CURRENT must be incremented when an API or ABI change (addition or removal)
# is made, and REVISION must be reset to 0 when this happens.
LTVERSION_CURRENT=12