Skip to content

Commit

Permalink
Bump of version to 1.2.0 & Removed tool text
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Dec 30, 2023
1 parent 07bbe71 commit a05d960
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 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.1.1
Version: 1.2.0
Architecture: m68k-amigaos >= 3.0.0
Distribution: Aminet
Replaces: util/misc/Mnemosyne.lha
Expand Down
4 changes: 2 additions & 2 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.1.1
@$VER: Mnemosyne.Guide 1.2.0
@(c) 2023 Aris (Arisamiga) Sokianos
@Node "Main" "Mnemosyne"

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

@{jright}Version 1.1.1
@{jright}Version 1.2.0

@{jcenter}

Expand Down
Binary file modified build/Mnemosyne.info
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "window.h"

// Mnemosyne Version
char *vers = "\0$VER: Mnemosyne 1.1.1";
char *vers = "\0$VER: Mnemosyne 1.2.0";

struct IntuitionBase *IntuitionBase;
struct Library *UtilityBase;
Expand Down
8 changes: 1 addition & 7 deletions src/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ void createWindow(char *Path)
WINDOW_Icon, GetDiskObject("PROGDIR:Mnemosyne"),
WINDOW_AppPort, appPort,
WA_Activate, TRUE,
WA_Title, "Mnemosyne 1.1.1",
WA_Title, "Mnemosyne 1.2.0",
WA_DragBar, TRUE,
WA_CloseGadget, TRUE,
WA_DepthGadget, TRUE,
Expand Down Expand Up @@ -642,12 +642,6 @@ void processEvents(Object *windowObject,
UpdateMenuToolTypes();
updateIconTooltypes();
UpdateMenu(intuiwin, TRUE);

STRPTR Value;

sprintf(Value, "Updated Tooltypes! (Round Numbers: %s)", NoRoundOption ? "Disabled" : "Enabled");

updateBottomText(bottomText, windowObject, Value);
break;
}
case OID_MENU_QUIT:
Expand Down

0 comments on commit a05d960

Please sign in to comment.