office-gobmx/hsqldb/version.mk
Michael Stahl 4779c77570 .mk files don't need executable bits
Change-Id: I3ee442ab6dac31eb7daac32e7a9ed5c6526f07ba
2012-06-22 22:39:28 +02:00

6 lines
225 B
Makefile

# when you want to change the HSQLDB version, you must update the d.lst
# in the HSQLDB_thon project accordingly !!!
HSQLDB_MAJOR=1
HSQLDB_MINOR=8
HSQLDB_MICRO=0
HSQLDB_VERSION=$(HSQLDB_MAJOR)_$(HSQLDB_MINOR)_$(HSQLDB_MICRO)