xref: /trunk/main/hsqldb/version.mk (revision cdf0e10c)
1*cdf0e10cSrcweir# when you want to change the HSQLDB version, you must update the d.lst
2*cdf0e10cSrcweir# in the HSQLDB_thon project accordingly !!!
3*cdf0e10cSrcweirHSQLDB_MAJOR=1
4*cdf0e10cSrcweirHSQLDB_MINOR=8
5*cdf0e10cSrcweirHSQLDB_MICRO=0
6*cdf0e10cSrcweirHSQLDB_VERSION=$(HSQLDB_MAJOR)_$(HSQLDB_MINOR)_$(HSQLDB_MICRO)
7