summaryrefslogtreecommitdiff
path: root/1.1.x/acinclude.m4.in
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2011-05-17 11:15:14 +0000
committerRobert Newson <rnewson@apache.org>2011-05-17 11:15:14 +0000
commite8e4b0d293021fe90326a85828f3cfb087bf18b7 (patch)
tree986f544eac623ec23b769b36828894f93a173aa3 /1.1.x/acinclude.m4.in
parentda6a5322b0b8084f434752060caa8be214c6f4fa (diff)
tagging 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.1.0@1104149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '1.1.x/acinclude.m4.in')
-rw-r--r--1.1.x/acinclude.m4.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/1.1.x/acinclude.m4.in b/1.1.x/acinclude.m4.in
new file mode 100644
index 00000000..e1efe10c
--- /dev/null
+++ b/1.1.x/acinclude.m4.in
@@ -0,0 +1,30 @@
+dnl Licensed under the Apache License, Version 2.0 (the "License"); you may not
+dnl use this file except in compliance with the License. dnl You may obtain a
+dnl copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+dnl WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+dnl License for the specific language governing permissions and limitations
+dnl under the License.
+
+m4_define([LOCAL_PACKAGE_AUTHOR_NAME], [The Apache Software Foundation])
+m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [dev@couchdb.apache.org])
+m4_define([LOCAL_PACKAGE_IDENTIFIER], [couchdb])
+m4_define([LOCAL_PACKAGE_TARNAME], [apache-couchdb])
+m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB])
+m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
+m4_define([LOCAL_VERSION_MAJOR], [1])
+m4_define([LOCAL_VERSION_MINOR], [1])
+m4_define([LOCAL_VERSION_REVISION], [0])
+m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_RELEASE], [%release%])
+m4_define([LOCAL_VERSION_PRIMARY],
+ [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
+m4_define([LOCAL_VERSION_SECONDARY],
+ [LOCAL_VERSION_STAGE[]LOCAL_VERSION_RELEASE])
+m4_define([LOCAL_VERSION],
+ [LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])
+