summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-09-21 14:33:25 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 14:48:28 -0400
commit43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3 (patch)
tree6b5f236c9960863645603ae1321e8c2da2248d27 /version.m4
parent67c9f9b4a1db45159e710c152deb3d12319bea35 (diff)
downloadding-libs2-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.tar.gz
ding-libs2-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.tar.xz
ding-libs2-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.zip
Build all of the ding-libs from the rootding_libs-0_1_0
This changes our approach from having independent tarballs to having a single, monolithic tarball for all of the libraries
Diffstat (limited to 'version.m4')
-rw-r--r--version.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/version.m4 b/version.m4
new file mode 100644
index 0000000..80f4dab
--- /dev/null
+++ b/version.m4
@@ -0,0 +1,12 @@
+# Primary version number
+m4_define([VERSION_NUMBER], [0.1.0])
+
+# If the PRERELEASE_VERSION_NUMBER is set, we'll append
+# it to the release tag when creating an RPM or SRPM
+# This is intended for build systems to create snapshot
+# RPMs. The format should be something like:
+# .20090915gitf1bcde7
+# and would result in an SRPM looking like:
+# ding-libs-0.1.0-0.20090915gitf1bcde7.fc13.src.rpm
+m4_define([PRERELEASE_VERSION_NUMBER], [])
+