File: version.m4

package info (click to toggle)
sssd 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 63,800 kB
  • sloc: ansic: 320,899; xml: 106,034; python: 34,655; sh: 8,290; makefile: 6,459; exp: 67; cpp: 22; sed: 16
file content (11 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Primary version number
m4_define([VERSION_NUMBER], [2.12.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:
# sssd-0.5.0-0.20090915gitf1bcde7.fc11.src.rpm
m4_define([PRERELEASE_VERSION_NUMBER], [])