From 7c3e272bc665d44e5252af6a4a35a24d5f15c136 Mon Sep 17 00:00:00 2001 From: Mark Dastmalchi-Round Date: Thu, 12 Mar 2020 14:04:48 +0000 Subject: [PATCH] Pulling the trigger and making release 1.0.0 --- Install_SetCmd | 4 ++-- src/include/utility.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Install_SetCmd b/Install_SetCmd index 727d497..163c73b 100644 --- a/Install_SetCmd +++ b/Install_SetCmd @@ -1,8 +1,8 @@ -; $VER: Installation script for SetCmd (1.0.0) +; $VER: Installation script for SetCmd ; vim: set syntax=lisp ts=2 expandtab: (set @app-name "SetCmd") -(set #setcmd-version "1.0.0-rc3") +(set #setcmd-version "1.0.0") ; I have only currently tested this on a few OS 4 systems. ; There will be an update at some point that will support classic AmigaOS, but until then this diff --git a/src/include/utility.h b/src/include/utility.h index dce8e5f..b4e0355 100644 --- a/src/include/utility.h +++ b/src/include/utility.h @@ -4,7 +4,7 @@ #include // SetCmd version string -#define SETCMD_VERSION "1.0.0-rc3" +#define SETCMD_VERSION "1.0.0" #define SETCMD_BANNER "(c) 2020 Mark Dastmalchi-Round [http://markround.com/amiga]" // Text formatting