File: version.m4

package info (click to toggle)
sssd 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 61,764 kB
  • sloc: ansic: 317,738; xml: 80,287; python: 38,435; sh: 8,261; makefile: 6,417; exp: 67; cpp: 22; sed: 16
file content (12 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Primary version number
m4_define([VERSION_NUMBER], [2.11.1])

# 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], [])