diff options
author | Noah Slater <nslater@apache.org> | 2010-08-10 17:34:03 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-08-10 17:34:03 +0000 |
commit | 82ca9e7b065b6b104b81c7a6cb9900e6472d44ab (patch) | |
tree | a2f76705f49caeb24a04dfbb428dea4d0d10151b /acinclude.m4.in | |
parent | bfa939c1ee995cb4c69766af1b57031c564ebd2a (diff) |
removed release value from acinclude
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@984142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r-- | acinclude.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 27487425..fb92b3f4 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -20,7 +20,7 @@ m4_define([LOCAL_VERSION_MAJOR], [1]) m4_define([LOCAL_VERSION_MINOR], [0]) m4_define([LOCAL_VERSION_REVISION], [1]) m4_define([LOCAL_VERSION_STAGE], []) -m4_define([LOCAL_VERSION_RELEASE], [%release%]) +m4_define([LOCAL_VERSION_RELEASE], []) m4_define([LOCAL_VERSION_PRIMARY], [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION]) m4_define([LOCAL_VERSION_SECONDARY], |