repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
extract strings from scripting module
[LibreOffice.git]
/
hsqldb
/
version.mk
blob
36ab376a2846814465fb26853836513227539342
1
# when you want to change the HSQLDB version, you must update the d.lst
2
# in the HSQLDB_thon project accordingly !!!
3
HSQLDB_MAJOR
=
1
4
HSQLDB_MINOR
=
8
5
HSQLDB_MICRO
=
0
6
HSQLDB_VERSION
=$(
HSQLDB_MAJOR
)
_
$(
HSQLDB_MINOR
)
_
$(
HSQLDB_MICRO
)