diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6e0250b..4a9efd1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ([2.59]) m4_define([THIS_PACKAGE],[telepathy-sofiasip]) m4_define([VERSION_MAJOR],[0]) m4_define([VERSION_MINOR],[5]) -m4_define([VERSION_MICRO],[11]) -m4_define([VERSION_NANO],[1]) +m4_define([VERSION_MICRO],[12]) +m4_define([VERSION_NANO],[0]) m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) m4_define([THIS_VERSION], |