source: trunk/src/emx/version.smak@ 2104

Last change on this file since 2104 was 2104, checked in by bird, 20 years ago

Changed version number to 3.3.5 / 0.6 rc1.

  • Property cvs2svn:cvs-rev set to 1.22
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 730 bytes
Line 
1# Define the version of the libc and toolkit
2
3# High part of version number
4VH = 0
5# Middle part of version number
6VM = 6r1
7# Low part of version number
8VL = 0
9
10# The name of this package
11PACKAGE = GNU C for OS/2 runtime and tools
12
13# Full version number
14VERSION = $(VH).$(VM).$(VL)
15
16# The flag for C compiler to pass the VERSION macro to preprocessor
17CFLAGS.DEF.VERSION = -DVERSION=\"$(VERSION)\"
18
19# INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
20ifndef INNOTEK_VERSION
21export INNOTEK_VERSION ?= (Innotek Build $(shell date '+%Y-%m-%d %H:%M'))
22endif
23CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
24
25# Copyright
26COPYRIGHT = Copyright (c) 2003-2005 InnoTek Systemberatung GmbH
Note: See TracBrowser for help on using the repository browser.