bb41a3ad0f
2005/01/26 08:18:39 oj 1.1.6.1: new version of hsqldb
6 lines
225 B
Makefile
Executable file
6 lines
225 B
Makefile
Executable file
# 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)
|