diff options
Diffstat (limited to 'proxy/version.m4')
-rw-r--r-- | proxy/version.m4 | 7 |
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], []) + |