prepare for release yab 1.7.4.5 ide 2.2.4.4

This commit is contained in:
Jim
2015-04-25 08:00:15 -07:00
parent 989510264b
commit cd2a1ddb30
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ resource app_version {
minor = 4,
variety = B_APPV_FINAL,
internal = 4,
internal = 5,
short_info = "Yab BASIC programming language",
long_info = "Yab allows fast prototyping with simple and clean code. yab contains a large number of BeAPI specific commands for GUI creation and much, much more."

View File

@@ -5,7 +5,7 @@
// #define LIBBSVG
#define BUILD_TIME __DATE__
/* Version number of package */
#define VERSION "1.7.4.4"
#define VERSION "1.7.4.5"
/* architecture of build machine */
#define UNIX_ARCHITECTURE "BePC-Haiku"

View File

@@ -8,7 +8,7 @@ doc
doc The yab-IDE provides you with an integrated development suite for yab
doc Enjoy.
path()
versionnumber$="2.2.4.3"
versionnumber$="2.2.4.4"
settingsRCSOff = true
globalConfigDir$ = trim$(system$("finddir B_USER_SETTINGS_DIRECTORY"))+"/yab-ide/"