prepare for the next release. bump yab to 1.7.5, bump yab-IDE to 2.2.5
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
yab Version 1.7.5
|
||||
-libyab.so --- smaller binaries
|
||||
|
||||
yab Version 1.7.4.5 Changes from 1.7.4.1
|
||||
-use standard flex for BuildFactory
|
||||
-ATTRIBUTE SET and ATTRIBUTE GET$ re-worked to work better
|
||||
-open a, "File", "r+"
|
||||
-TEXTEDIT SET Option$= "align", left/center/right
|
||||
|
||||
yab Version 1.7.4.1 Changes from version 1.7
|
||||
-LOCALIZE doesn't work again due to changes in haiku.
|
||||
-TEXTCONTROL added more options for set options.
|
||||
|
||||
yab Version 1.7 Changes from Version 1.6
|
||||
- COLUMNBOX updated to Haiku style (thanks Stargater!)
|
||||
- STATUSBAR didn't follow LAYOUT, fixed now
|
||||
|
||||
@@ -15,6 +15,8 @@ Michael Lloyd Lee (AutoTextView)
|
||||
Marco Nelissen (BubbleHelper)
|
||||
Marc Flerackers and Stephan Assmus (Haiku TabView)
|
||||
Axel Dörfler (Haiku tooltips)
|
||||
Jim Saxton (porting to Haiku PM change to standard flex.c for BF)
|
||||
Jessica Hamilton (libyab.so)
|
||||
|
||||
Alpha and Beta Testing and Feature Nagging:
|
||||
Michel Clasquin
|
||||
|
||||
@@ -26,10 +26,10 @@ resource app_signature "application/x-vnd.yab-app";
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 7,
|
||||
minor = 4,
|
||||
minor = 5,
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 5,
|
||||
internal = 0,
|
||||
|
||||
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."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// #define LIBBSVG
|
||||
#define BUILD_TIME __DATE__
|
||||
/* Version number of package */
|
||||
#define VERSION "1.7.4.5"
|
||||
#define VERSION "1.7.5"
|
||||
/* architecture of build machine */
|
||||
#define UNIX_ARCHITECTURE "BePC-Haiku"
|
||||
|
||||
|
||||
@@ -26,10 +26,10 @@ resource app_signature "application/x-vnd.yab-IDE";
|
||||
resource app_version {
|
||||
major = 2,
|
||||
middle = 2,
|
||||
minor = 4,
|
||||
minor = 5,
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 2,
|
||||
internal = 0,
|
||||
|
||||
short_info = "yab IDE",
|
||||
long_info = "An integrated development environment for 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.4.4"
|
||||
versionnumber$="2.2.5"
|
||||
|
||||
settingsRCSOff = true
|
||||
globalConfigDir$ = trim$(system$("finddir B_USER_SETTINGS_DIRECTORY"))+"/yab-ide/"
|
||||
|
||||
Reference in New Issue
Block a user