4779c77570
Change-Id: I3ee442ab6dac31eb7daac32e7a9ed5c6526f07ba
6 lines
225 B
Makefile
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)
|