summaryrefslogtreecommitdiffstats
path: root/version.m4
blob: 2f1a87877d2017bd049d365d37b8d3e87861f8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Primary version number
m4_define([VERSION_NUMBER], [1.8.96])

# 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:
# sssd-0.5.0-0.20090915gitf1bcde7.fc11.src.rpm
m4_define([PRERELEASE_VERSION_NUMBER], [])