File: version.m4

package info (click to toggle)
ding-libs 0.7.0-1~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,988 kB
  • sloc: ansic: 31,854; makefile: 325; sh: 39
file content (14 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Primary version number
m4_define([VERSION_NUMBER], [0.7.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:
# ding-libs-0.1.0-0.20090915gitf1bcde7.fc13.src.rpm
m4_define([PRERELEASE_VERSION_NUMBER], [])

m4_define([DHASH_VERSION_NUMBER], [0.5.0])
m4_define([INI_CONFIG_VERSION_NUMBER], [2.0.0])