File: Version.config

package info (click to toggle)
postgis 3.6.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 75,032 kB
  • sloc: ansic: 163,527; sql: 96,121; xml: 54,379; cpp: 12,646; sh: 6,086; perl: 5,875; makefile: 3,514; python: 1,207; yacc: 447; lex: 151; pascal: 58
file content (22 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Version numbering central repository, to be included from various
# places during the build process

# See HOWTO_RELEASE file in SVN for definitions of those three.

POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=6
POSTGIS_MICRO_VERSION=2

# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION

# Current interface, increments when adding an interface
LIBLWGEOM_IFACE_CUR=0
# Age of current interface, only changes when current interface
# changes, either incrementing with it (compatible change) or
# going back to zero (incompatible change).
LIBLWGEOM_IFACE_AGE=0
# Revision of current interface, set to 0 when adding an interface
# or increment when just changing implementations.
LIBLWGEOM_IFACE_REV=0