halorgium / couchdb forked from atduskgreg/couchdb

Unofficial Git mirror of CouchDB svn repository. (Updated every 10 mins)

This URL has Read+Write access

kocolosk (author)
Mon Nov 09 12:17:51 -0800 2009
commit  9e8fa68f4a7c1125439d515dadb8156148addb6a
tree    a22fa33c8b0d6ff9aa423f2b340eedec24ea94b4
parent  f86fc5b3684d663a36f81b12fff00ff021bd4317
couchdb / acinclude.m4.in
100644 31 lines (28 sloc) 1.417 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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], [0])
m4_define([LOCAL_VERSION_MINOR], [11])
m4_define([LOCAL_VERSION_REVISION], [0])
m4_define([LOCAL_VERSION_STAGE], [b])
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])