File: Version

package info (click to toggle)
gnustep-xcode 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,168 kB
  • sloc: objc: 9,258; sh: 61; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is included in various Makefile's to get version information.
# Compatible with Bourne shell syntax, so it can included there too.

# The gcc version required to compile the library.
GNUSTEP_GUI_GCC=4.0.0

# Versions for libraries that gnustep-gui is dependent upon
GNUSTEP_GUI_BASE=1.30.0

# numeric value should match above
VERSION_NUMBER=0.5.0

VERSION=${VERSION_NUMBER}