You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2008/08/21 23:51:35 UTC

svn commit: r687872 - /incubator/qpid/trunk/qpid/cpp/configure.ac

Author: aconway
Date: Thu Aug 21 14:51:35 2008
New Revision: 687872

URL: http://svn.apache.org/viewvc?rev=687872&view=rev
Log:
Use numeric version number 0.3 in AC_INIT.

Modified:
    incubator/qpid/trunk/qpid/cpp/configure.ac

Modified: incubator/qpid/trunk/qpid/cpp/configure.ac
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/configure.ac?rev=687872&r1=687871&r2=687872&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/configure.ac (original)
+++ incubator/qpid/trunk/qpid/cpp/configure.ac Thu Aug 21 14:51:35 2008
@@ -8,7 +8,7 @@
 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])