changeset 355:afc2f208f585

Bump version to beta 4 and copyright to 2022 for release.
author Brian Smith <brian@dbsoft.org>
date Thu, 06 Jan 2022 07:16:03 -0600
parents 08dd2ae1eef0
children 9a69340e7e36
files dwib.c install/dwib-x64.nsi install/dwib-x86.nsi install/dwib.cfg install/dwib.wis
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dwib.c	Mon Dec 20 18:23:46 2021 -0600
+++ b/dwib.c	Thu Jan 06 07:16:03 2022 -0600
@@ -6781,7 +6781,7 @@
         dw_window_set_style(item, DW_DT_CENTER, DW_DT_CENTER);
         dw_box_pack_start(hwndAbout, vbox, 0, 0, TRUE, TRUE, 0);
         dw_box_pack_start(vbox, item, DW_SIZE_AUTO, DW_SIZE_AUTO, TRUE, FALSE, 0);
-        item = dw_text_new("Brian Smith © 2011-2021", 0);
+        item = dw_text_new("Brian Smith © 2011-2022", 0);
         dw_window_set_style(item, DW_DT_CENTER, DW_DT_CENTER);
         dw_box_pack_start(vbox, item, DW_SIZE_AUTO, DW_SIZE_AUTO, TRUE, FALSE, 0);
         snprintf(verbuf, 100, "%d.%d.%d", VER_MAJ, VER_MIN, VER_REV);
--- a/install/dwib-x64.nsi	Mon Dec 20 18:23:46 2021 -0600
+++ b/install/dwib-x64.nsi	Thu Jan 06 07:16:03 2022 -0600
@@ -29,7 +29,7 @@
 
   ; Name and file
   Name "Dynamic Windows Interface Builder"
-  OutFile "dwib10b3win64.exe"
+  OutFile "dwib10b4win64.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES64\DWIB"
--- a/install/dwib-x86.nsi	Mon Dec 20 18:23:46 2021 -0600
+++ b/install/dwib-x86.nsi	Thu Jan 06 07:16:03 2022 -0600
@@ -10,7 +10,7 @@
 
   ; Name and file
   Name "Dynamic Windows Interface Builder"
-  OutFile "dwib10b3win.exe"
+  OutFile "dwib10b4win.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES\DWIB"
--- a/install/dwib.cfg	Mon Dec 20 18:23:46 2021 -0600
+++ b/install/dwib.cfg	Thu Jan 06 07:16:03 2022 -0600
@@ -4,7 +4,7 @@
 #
 # Version of the application being installed 
 #
-INSTALLER_VERSION=1.0b3
+INSTALLER_VERSION=1.0b4
 #
 # What the installer says in the title bar 
 #
--- a/install/dwib.wis	Mon Dec 20 18:23:46 2021 -0600
+++ b/install/dwib.wis	Thu Jan 06 07:16:03 2022 -0600
@@ -4,7 +4,7 @@
       PACKAGEID="Brian Smith\DWIB\Base package\1\0\3"
       TARGET="?:\Programs\DWIB"
       SELECT
-      TITLE="Dynamic Windows Interface Builder 1.0b3"
+      TITLE="Dynamic Windows Interface Builder 1.0b4"
       CREATEOBJECT="WPProgram|Dynamic Windows Interface Builder|<WP_DESKTOP>|EXENAME=$(1)\DWIB.EXE;OBJECTID=<DWIB>;"
       >Create User Interfaces for Dynamic Windows applications stored in XML.</PCK>
 </HEAD>