libs-back/Version
rfm e59d923e90
Some checks failed
/ ci (push) Has been cancelled
New release
2025-02-11 18:52:08 +00:00

18 lines
645 B
Text

# This file is included in various Makefile's to get version information.
# Copyright (C) 2002 Free Software Foundation
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=32
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=032.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=032
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}
GNUSTEP_BACK_FTP_MACHINE=ftp.gnustep.org
GNUSTEP_BACK_FTP_DIRECTORY=pub/gnustep/core