summaryrefslogtreecommitdiffstats
path: root/proxy/version.m4
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-12-12 15:43:17 -0500
committerSimo Sorce <simo@redhat.com>2012-01-04 19:19:54 -0500
commit0d39e7a43a585a46e9cb6c755d97003470c5bd54 (patch)
tree6f54cf7e09f0188d46e8e6ecf85e4c58d9412d31 /proxy/version.m4
parentd82bf26a6d4d44e3c6f5473f4dad508564e4cdd7 (diff)
downloadgss-proxy-0d39e7a43a585a46e9cb6c755d97003470c5bd54.tar.gz
gss-proxy-0d39e7a43a585a46e9cb6c755d97003470c5bd54.tar.xz
gss-proxy-0d39e7a43a585a46e9cb6c755d97003470c5bd54.zip
Intial skeleton gssproxy daemon
Diffstat (limited to 'proxy/version.m4')
-rw-r--r--proxy/version.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/proxy/version.m4 b/proxy/version.m4
new file mode 100644
index 0000000..e720c0d
--- /dev/null
+++ b/proxy/version.m4
@@ -0,0 +1,7 @@
+# Primary version number
+m4_define([VERSION_NUMBER], [0.0.1])
+
+# If the PRERELEASE_VERSION_NUMBER is set, we'll append
+# it to the release tag when creating an RPM or SRPM
+m4_define([PRERELEASE_VERSION_NUMBER], [])
+