summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-10 16:34:02 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-10 16:34:02 -0400
commit6a90efaabdf72ec3bb938c948316434c9d2594ab (patch)
treeb14a97276a7bdcd9404c6d884dcdfcb1e2d29d31 /configure.ac
parent59f2253a09437073f7c39c4deeb1693019389461 (diff)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f934069..45e778b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.59])
m4_define([tp_farsight_major_version], [0])
m4_define([tp_farsight_minor_version], [0])
-m4_define([tp_farsight_micro_version], [18])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [19])
+m4_define([tp_farsight_nano_version], [0])
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION
@@ -18,7 +18,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
m4_define([tp_farsight_lt_current], [1])
-m4_define([tp_farsight_lt_revision], [5])
+m4_define([tp_farsight_lt_revision], [6])
m4_define([tp_farsight_lt_age], [1])