From e37683ccf53096b9ca080386d92db8a4b93a0d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 25 Aug 2015 13:24:08 +0000 Subject: [PATCH] [CONFIGURATION] * NEW: Switch to 3.8.90 version. git-svn-id: svn://localhost/gambas/trunk@7238 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- VERSION | 2 +- acinclude.m4 | 2 +- app/examples/Control/LCDLabel/.info | 6 +++--- app/examples/Control/LCDLabel/.list | 2 +- comp/src/gb.util/.component | 2 +- comp/src/gb.util/.project | 4 ++-- comp/src/gb.web/.component | 2 +- comp/src/gb.web/.project | 4 ++-- version.m4 | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/VERSION b/VERSION index 0be1fc7d2..ab24f68f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.0 \ No newline at end of file +3.8.90 \ No newline at end of file diff --git a/acinclude.m4 b/acinclude.m4 index 1600abc1a..d5bf69544 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -81,7 +81,7 @@ AC_DEFUN([GB_INIT_AUTOMAKE], AC_DEFINE(GAMBAS_VERSION_STRING, "GB_VERSION_MAJOR", Gambas version string) AC_DEFINE(GAMBAS_FULL_VERSION_STRING, "GB_VERSION_MAJOR.GB_VERSION_MINOR", Gambas full version string) - AC_DEFINE(GAMBAS_FULL_VERSION, 0x03080000, [Full Gambas version]) + AC_DEFINE(GAMBAS_FULL_VERSION, 0x03080090, [Full Gambas version]) AC_DEFINE(GAMBAS_PCODE_VERSION, 0x03080000, [Gambas bytecode version]) AC_DEFINE(GAMBAS_PCODE_VERSION_MIN, 0x03000000, [Minimum Gambas bytecode version]) diff --git a/app/examples/Control/LCDLabel/.info b/app/examples/Control/LCDLabel/.info index e1ace69f0..acb91a47c 100644 --- a/app/examples/Control/LCDLabel/.info +++ b/app/examples/Control/LCDLabel/.info @@ -4,15 +4,15 @@ C _Properties C s -*,Action,Value,ReadOnly,Border=True +"*,Action,Value,ReadOnly,Border=True" _DefaultSize C s -24,4 +"24,4" _Similar C s -TextBox +"TextBox" Value p d diff --git a/app/examples/Control/LCDLabel/.list b/app/examples/Control/LCDLabel/.list index 9d7847f9e..23befd350 100644 --- a/app/examples/Control/LCDLabel/.list +++ b/app/examples/Control/LCDLabel/.list @@ -1 +1 @@ -TimeBox +TimeBox! diff --git a/comp/src/gb.util/.component b/comp/src/gb.util/.component index d1e67e02f..bf8ab0501 100644 --- a/comp/src/gb.util/.component +++ b/comp/src/gb.util/.component @@ -1,4 +1,4 @@ [Component] Key=gb.util -Version=3.7.90 +Version=3.8.0 State=1 diff --git a/comp/src/gb.util/.project b/comp/src/gb.util/.project index e18f06f46..19a2e666b 100644 --- a/comp/src/gb.util/.project +++ b/comp/src/gb.util/.project @@ -1,8 +1,8 @@ # Gambas Project File 3.0 -# Compiled with Gambas 3.7.90 +# Compiled with Gambas 3.8.0 Title=Gambas utilities Startup=MMain -Version=3.7.90 +Version=3.8.0 VersionFile=1 TabSize=2 Type=Component diff --git a/comp/src/gb.web/.component b/comp/src/gb.web/.component index 7eec49f3d..40169925e 100644 --- a/comp/src/gb.web/.component +++ b/comp/src/gb.web/.component @@ -1,5 +1,5 @@ [Component] Key=gb.web -Version=3.7.90 +Version=3.8.0 Authors=Benoît Minisini Include=gb.util.web diff --git a/comp/src/gb.web/.project b/comp/src/gb.web/.project index f5dce94bc..b3a0db1ba 100644 --- a/comp/src/gb.web/.project +++ b/comp/src/gb.web/.project @@ -1,8 +1,8 @@ # Gambas Project File 3.0 -# Compiled with Gambas 3.7.90 +# Compiled with Gambas 3.8.0 Title=Web applications tools Startup=Main -Version=3.7.90 +Version=3.8.0 VersionFile=1 Component=gb.web Authors="Benoît Minisini" diff --git a/version.m4 b/version.m4 index 6b4761944..a90922f4a 100644 --- a/version.m4 +++ b/version.m4 @@ -1,9 +1,9 @@ ## Package version and e-mail for bugs are defined here -m4_define([GB_VERSION], [3.8.0]) +m4_define([GB_VERSION], [3.8.90]) m4_define([GB_MAIL], [gambas@users.sourceforge.net]) m4_define([GB_URL], [http://gambas.sourceforge.net]) m4_define([GB_VERSION_MAJOR], [3]) m4_define([GB_VERSION_MINOR], [8]) -m4_define([GB_VERSION_RELEASE], [0]) +m4_define([GB_VERSION_RELEASE], [90])