prepare for the next release. bump yab to 1.7.5, bump yab-IDE to 2.2.5

This commit is contained in:
Jim
2015-06-06 20:52:18 -07:00
parent ca1f098c3c
commit 01c7b6bd64
6 changed files with 18 additions and 6 deletions

View File

@@ -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."

View File

@@ -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"