gambas-source-code/version.m4
Benoît Minisini 600a4d961d Switch bytecode version to 3.18, because of the write-only properties support.
[CONFIGURATION]
* NEW: Switch bytecode version to 3.18, because of the write-only properties support.
2022-08-01 22:05:21 +02:00

13 lines
431 B
Text

## Package version and e-mail for bugs are defined here
m4_define([GB_VERSION], [3.17.90])
m4_define([GB_MAIL], [g4mba5@gmail.com])
m4_define([GB_URL], [http://gambas.sourceforge.net])
m4_define([GB_VERSION_MAJOR], [3])
m4_define([GB_VERSION_MINOR], [17])
m4_define([GB_VERSION_RELEASE], [90])
m4_define([GB_VERSION_FULL], [0x03170090])
m4_define([GB_PCODE_VERSION], [0x03180000])
m4_define([GB_PCODE_VERSION_MIN],[0x03000000])