diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-21 21:51:35 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-21 21:51:35 +0000 |
| commit | 6d8ab68c5c81b31439b67e8a4ebb6d7f18443311 (patch) | |
| tree | cebd28317c628df6445b6bb4fe58c9be82486e59 /cpp | |
| parent | 4c3820536bf2ba77eb458a4dc176efe5d496f4bf (diff) | |
| download | qpid-python-6d8ab68c5c81b31439b67e8a4ebb6d7f18443311.tar.gz | |
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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |
