summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-04-16 09:26:05 +0000
committerAidan Skinner <aidan@apache.org>2008-04-16 09:26:05 +0000
commitcdc8f82f0cd09b5afa8e5b9f6bc1d5d02b12cb92 (patch)
tree16f58bc62d4fc6635b4bb92c0bcdceb08c2a134a /cpp
parent0597c81382f8fe392aa9a90beeaab315137687f2 (diff)
downloadqpid-python-cdc8f82f0cd09b5afa8e5b9f6bc1d5d02b12cb92.tar.gz
QPID-916 add DISCLAIMER to top-level, make sure C++ and .Net archives are named correctly
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@648639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 36fe86d989..3b0539a426 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], [M2.1], [qpid-dev@incubator.apache.org])
+AC_INIT([qpidc], [1.0-incubating-M2.1], [qpid-dev@incubator.apache.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([dist-bzip2])