04fc7adb58
* NEW: Update version to 3.6.90. [DEVELOPMENT ENVIRONMENT] * NEW: Initial version of project publishing dialog. Not useable at the moment. [FARM SERVER] * NEW: Initial version of the Gambas farm server. Not finished. [GB.FORM] * BUG: DirChooser: Correctly update the toolbar according to the file view visibility. * BUG: Setting Spinner.Enabled to FALSE correctly stops the animation now. * NEW: New stock icon named "download". [GB.FORM.STOCK] * NEW: New default icons for "download" stock icon. git-svn-id: svn://localhost/gambas/trunk@6566 867c0c6c-44f3-4631-809d-bfa615b0a4ec
9 lines
306 B
Text
9 lines
306 B
Text
## Package version and e-mail for bugs are defined here
|
|
|
|
m4_define([GB_VERSION], [3.6.90])
|
|
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], [6])
|
|
m4_define([GB_VERSION_RELEASE], [90])
|