Skip to content

Commit a98eaee

Browse files
authored
Update - Version 1.1
SetCursor bug fix
1 parent bcb9ca1 commit a98eaee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

MemListMgr.twinproj

0 Bytes
Binary file not shown.

Settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"project.startupObject": "Sub Main",
6060
"project.targetOsVersion": 327681,
6161
"project.versionAutoIncrement": "Build",
62-
"project.versionBuild": 25,
62+
"project.versionBuild": 27,
6363
"project.versionCompanyName": "JAJ Productions",
6464
"project.versionFileDescription": "Memory List Manager",
6565
"project.versionLegalCopyright": "(c) 2024",

frmMain.tbform

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"showGrid": true,
7878
"showOutlines": false
7979
},
80-
"__lastUpdateMarker": 1041405362,
80+
"__lastUpdateMarker": 3496957364,
8181
"_children": [
8282
{
8383
"Anchors": {
@@ -3869,7 +3869,7 @@
38693869
"BackColor": 16777215,
38703870
"BackStyle": "vbBFOpaque",
38713871
"BorderStyle": "vbNoBorder",
3872-
"Caption": "Memory List Manager v1.0",
3872+
"Caption": "Memory List Manager v1.1",
38733873
"DataField": null,
38743874
"DataFormat": null,
38753875
"DataMember": null,
@@ -3965,7 +3965,7 @@
39653965
"TabIndex": 12,
39663966
"TabStop": true,
39673967
"Tag": null,
3968-
"Text": "Welcome to Memory List Manager v1.0",
3968+
"Text": "Welcome to Memory List Manager v1.1",
39693969
"TextHint": null,
39703970
"TextHintAlways": false,
39713971
"ToolTipText": null,

frmMain.twin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Class frmMain
2222
Private Const PAGE_SIZE As LongLong = &H1000
2323

2424
Private Const szHelpTitle = "Memory List Manager"
25-
Private Const szHelpHeader = "Memory List Manager v1.0"
25+
Private Const szHelpHeader = "Memory List Manager v1.1"
2626
Private Const szHelpMessage = "This is a small utility to free up memory held in standby and in caches " & _
2727
"by Jon Johnson based code from SystemInformer. Developed in twinBASIC. " & vbcrlf & vbcrlf & _
2828
"For the readme, filing bug reports, original source, and more utilities, visit the project's GitHub repository:" & vbcrlf & _

0 commit comments

Comments
 (0)