From 6d8ab68c5c81b31439b67e8a4ebb6d7f18443311 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 21 Aug 2008 21:51:35 +0000 Subject: Use numeric version number 0.3 in AC_INIT. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@687872 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/configure.ac b/cpp/configure.ac index a17cdf25ac..812d82c6ce 100644 --- a/cpp/configure.ac +++ b/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]) -- cgit v1.2.1