diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index c7fafe5..59aacbb 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,3 +1,15 @@ +yab Version 1.7.5.3 +- gcc4 now compiles +- fix system shutdown bug +- remove un-needed BuildFactory files +- add https:// to texturl +- BuildFactory use declared appsig +-yab-IDE use declared appsig, or use filename for appsig + + +yab Version 1.7.5.2 +- use public rgb_color mix_color() + yab Version 1.7.5.1 -add cursor to textedit set command -add textedit get "countphysicallines" diff --git a/src/YAB.rdef b/src/YAB.rdef index 930d089..b3cf6c4 100644 --- a/src/YAB.rdef +++ b/src/YAB.rdef @@ -29,7 +29,7 @@ resource app_version { minor = 5, variety = B_APPV_FINAL, - internal = 2, + internal = 3, 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." diff --git a/src/config.h b/src/config.h index e1eb2c9..5dc1f0d 100644 --- a/src/config.h +++ b/src/config.h @@ -5,7 +5,7 @@ // #define LIBBSVG #define BUILD_TIME __DATE__ /* Version number of package */ -#define VERSION "1.7.5.2" +#define VERSION "1.7.5.3" /* architecture of build machine */ #define UNIX_ARCHITECTURE "BePC-Haiku" diff --git a/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef b/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef index 4091e77..21251e3 100644 --- a/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef +++ b/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef @@ -26,7 +26,7 @@ resource app_signature "application/x-vnd.yab-IDE"; resource app_version { major = 2, middle = 2, - minor = 5, + minor = 6, variety = B_APPV_FINAL, internal = 0, diff --git a/yab-IDE/src/yab-IDE.yab b/yab-IDE/src/yab-IDE.yab index 6214415..bdf9c49 100755 --- a/yab-IDE/src/yab-IDE.yab +++ b/yab-IDE/src/yab-IDE.yab @@ -8,7 +8,7 @@ doc doc The yab-IDE provides you with an integrated development suite for yab doc Enjoy. path() -versionnumber$="2.2.5" +versionnumber$="2.2.6" settingsRCSOff = true globalConfigDir$ = trim$(system$("finddir B_USER_SETTINGS_DIRECTORY"))+"/yab-ide/"