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