File: Version

package info (click to toggle)
gnustep-make 2.4.0-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,732 kB
  • ctags: 148
  • sloc: sh: 3,892; makefile: 239; perl: 71; objc: 39
file content (9 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# This file is included in various Makefile's to get version information.
# Compatible with Bourne shell syntax, so it can included there too.

# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=2
GNUSTEP_MAKE_MINOR_VERSION=4
GNUSTEP_MAKE_SUBMINOR_VERSION=0
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}