Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 22, 2023
1 parent 2179603 commit 94cad6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion aminet.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: Disk usage statistics+file/folder utility
Uploader: [email protected] (Aris Sokianos)
Author: Aris (arisamiga) Sokianos
Type: util/misc
Version: 1.0.1
Version: 1.0.2
Architecture: m68k-amigaos >= 3.2.1
Distribution: Aminet
Replaces: util/misc/Mnemosyne.lha
Expand Down
10 changes: 4 additions & 6 deletions build/Mnemosyne.guide
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@database Mnemosyne.guide

@author "Aris (Arisamiga) Sokianos"
@$VER: Mnemosyne.Guide 1.0.1
@$VER: Mnemosyne.Guide 1.0.2
@(c) 2023 Aris (Arisamiga) Sokianos
@Node "Main" "Mnemosyne"

Expand All @@ -15,7 +15,7 @@
|_| |_|_| |_|\\___|_| |_| |_|\\___/|___/\\___ |_| |_|\\___|
|___/

@{jright}Version 1.0.1
@{jright}Version 1.0.2

@{jcenter}

Expand Down Expand Up @@ -79,13 +79,11 @@ Thank you so much for using Mnemosyne <3
@{b}Requirements@{ub}
==========

Mnemosyne requires AmigaOS 3.2 with at least 1MB of RAM.
Mnemosyne requires AmigaOS 3.1 or higher with at least 1MB of RAM.

(Note not all processors have been tested, but it should work on all)

Mnemosyne's GUI requires at least AmigaOS 3.2.1 to Correctly work.

Mnemosyne's CLI will work normally on AmigaOS 3.2.
( AmigaOS 3.1 and 3.1.4 require ClassAct33 to work )


@EndNode
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "window.h"

// Mnemosyne Version
char *vers = "\0$VER: Mnemosyne 1.0.1";
char *vers = "\0$VER: Mnemosyne 1.0.2";

struct IntuitionBase *IntuitionBase;
struct Library *UtilityBase;
Expand Down
2 changes: 1 addition & 1 deletion src/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ void createWindow(void)
WINDOW_Icon, GetDiskObject("PROGDIR:Mnemosyne"),
WINDOW_AppPort, appPort,
WA_Activate, TRUE,
WA_Title, "Mnemosyne 1.0.1",
WA_Title, "Mnemosyne 1.0.2",
WA_DragBar, TRUE,
WA_CloseGadget, TRUE,
WA_DepthGadget, TRUE,
Expand Down

0 comments on commit 94cad6f

Please sign in to comment.