bump versions for new lease.
This commit is contained in:
parent
3e33065a02
commit
c4b92fcf47
@ -29,7 +29,7 @@ resource app_version {
|
|||||||
minor = 4,
|
minor = 4,
|
||||||
|
|
||||||
variety = B_APPV_FINAL,
|
variety = B_APPV_FINAL,
|
||||||
internal = 1,
|
internal = 4,
|
||||||
|
|
||||||
short_info = "Yab BASIC programming language",
|
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."
|
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 LIBBSVG
|
||||||
#define BUILD_TIME __DATE__
|
#define BUILD_TIME __DATE__
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "1.7.4.3"
|
#define VERSION "1.7.4.4"
|
||||||
/* architecture of build machine */
|
/* architecture of build machine */
|
||||||
#define UNIX_ARCHITECTURE "BePC-Haiku"
|
#define UNIX_ARCHITECTURE "BePC-Haiku"
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ resource app_version {
|
|||||||
minor = 4,
|
minor = 4,
|
||||||
|
|
||||||
variety = B_APPV_FINAL,
|
variety = B_APPV_FINAL,
|
||||||
internal = 1,
|
internal = 2,
|
||||||
|
|
||||||
short_info = "yab IDE",
|
short_info = "yab IDE",
|
||||||
long_info = "An integrated development environment for yab."
|
long_info = "An integrated development environment for yab."
|
||||||
|
@ -29,7 +29,7 @@ resource app_version {
|
|||||||
minor = 4,
|
minor = 4,
|
||||||
|
|
||||||
variety = B_APPV_FINAL,
|
variety = B_APPV_FINAL,
|
||||||
internal = 1,
|
internal = 4,
|
||||||
|
|
||||||
short_info = "Yab BASIC programming language",
|
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."
|
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."
|
||||||
|
@ -8,7 +8,7 @@ doc
|
|||||||
doc The yab-IDE provides you with an integrated development suite for yab
|
doc The yab-IDE provides you with an integrated development suite for yab
|
||||||
doc Enjoy.
|
doc Enjoy.
|
||||||
path()
|
path()
|
||||||
versionnumber$="2.2.4"
|
versionnumber$="2.2.4.2"
|
||||||
|
|
||||||
settingsRCSOff = true
|
settingsRCSOff = true
|
||||||
globalConfigDir$ = trim$(system$("finddir B_USER_SETTINGS_DIRECTORY"))+"/yab-ide/"
|
globalConfigDir$ = trim$(system$("finddir B_USER_SETTINGS_DIRECTORY"))+"/yab-ide/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user