Skip to content

Commit 4f78e38

Browse files
committed
v1.06 wip
1 parent f592650 commit 4f78e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MAKE.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ rem )
224224

225225
where /q rcedit-x64 || curl -LO https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
226226
where /q rcedit-x64 && rcedit-x64 "Spectral.exe" --set-file-version "!year!.!month!.!today!.!today!!month!"
227-
where /q rcedit-x64 && rcedit-x64 "Spectral.exe" --set-product-version "1.05 Spectral"
227+
where /q rcedit-x64 && rcedit-x64 "Spectral.exe" --set-product-version "1.06-WIP Spectral"
228228
where /q rcedit-x64 && rcedit-x64 "Spectral.exe" --set-icon src\res\img\noto_1f47b.ico
229229
rem where /q rcedit-x64 && rcedit-x64 "Spectral.exe" --set-version-string "version" "value"
230230
rem where /q rcedit-x64 && rcedit-x64 "Spectral.exe" --set-resource-string "version" "value"

src/app.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// glue sequential tzx/taps in zips (side A) -> side 1 etc)
1616
// sequential tzx/taps/dsks do not reset model
1717

18-
#define SPECTRAL "v1.05"
18+
#define SPECTRAL "v1.06-WIP"
1919

2020
#if NDEBUG >= 2
2121
#define DEV 0

0 commit comments

Comments
 (0)