diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-07-19 12:48:30 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-07-19 12:48:30 +0200 |
commit | 0277a0d5b39dcef0967dbfe9e4e3dbccb9c55bc1 (patch) | |
tree | bf1d69ca2749f791893c3162d62b1d60e8a0d6b3 | |
parent | 459ea61701279cc7fc28d06b97986f213acad140 (diff) |
Start dev of 0.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b55fe36..1735f65 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(ssh-contact, 0.2) +AC_INIT(ssh-contact, 0.3) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |