]> err.no Git - sope/blob - Version
b977a0159b144f5437fdb5e4220eb61ecfb2b2cf
[sope] / Version
1 # This file is included in various Makefile's to get version information.
2 # Compatible with Bourne shell syntax, so it can included there too.
3
4 # The version number of this release.
5 GNUSTEP_MAKE_MAJOR_VERSION=1
6 GNUSTEP_MAKE_MINOR_VERSION=10
7 GNUSTEP_MAKE_SUBMINOR_VERSION=0
8 GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
9
10
11