885d980225
* NEW: Switch to 3.7 version. [DEVELOPMENT ENVIRONMENT] * NEW: Draw the version number the same size as the application title in the welcome and about dialogs. git-svn-id: svn://localhost/gambas/trunk@6949 867c0c6c-44f3-4631-809d-bfa615b0a4ec
9 lines
304 B
Text
9 lines
304 B
Text
## Package version and e-mail for bugs are defined here
|
|
|
|
m4_define([GB_VERSION], [3.7.0])
|
|
m4_define([GB_MAIL], [gambas@users.sourceforge.net])
|
|
m4_define([GB_URL], [http://gambas.sourceforge.net])
|
|
|
|
m4_define([GB_VERSION_MAJOR], [3])
|
|
m4_define([GB_VERSION_MINOR], [7])
|
|
m4_define([GB_VERSION_RELEASE], [0])
|