summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-21 21:51:35 +0000
committerAlan Conway <aconway@apache.org>2008-08-21 21:51:35 +0000
commit87e653db6eb29330802bf5e7bfa2ef730ad3843f (patch)
treece7dbfa425449713f578546d37faea921110a782
parent3ad78bf5132a6e21ae479a0ba6e401535cefadba (diff)
downloadqpid-python-87e653db6eb29330802bf5e7bfa2ef730ad3843f.tar.gz
Use numeric version number 0.3 in AC_INIT.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687872 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index a17cdf25ac..812d82c6ce 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-AC_INIT([qpidc], [incubating-M3], [qpid-dev@incubator.apache.org])
+AC_INIT([qpidc], [0.3], [qpid-dev@incubator.apache.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])