diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-01-04 12:44:32 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-01-04 12:44:32 +0000 |
commit | 712817301d839cf180def411d40253faaa58b9a1 (patch) | |
tree | 404985575627e79454891ed0f5ad2508dfbc5f9b /configure.ac | |
parent | a2810d6402033f16b44bcc62b0b6d12a1e16de66 (diff) |
Bump nano version to 1 to indicate post-0.5.0 development
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0e22faf..5739d63 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,8 @@ AC_PREREQ([2.59]) AC_INIT AC_CONFIG_MACRO_DIR([m4]) -AS_VERSION(telepathy-sofiasip, TELEPATHY_SIP_VERSION, 0, 5, 0, 0, WERROR="no", WERROR="yes") +AS_VERSION(telepathy-sofiasip, TELEPATHY_SIP_VERSION, 0, 5, 0, 1, + WERROR="no", WERROR="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) |