Skip to content

Commit 86f46f9

Browse files
committed
v1.13-WIP
1 parent cefad4e commit 86f46f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MAKE.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ ping -n 2 -w 1500 localhost > nul && rem wait 1s between 2 consecutive pings, so
251251
where /q rcedit-x64 || curl -LO https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
252252
where /q rcedit-x64 && ^
253253
rcedit-x64 "Spectral.exe" --set-file-version "!year!.!month!.!today!.!today!!month!" && ^
254-
rcedit-x64 "Spectral.exe" --set-product-version "1.12 Spectral" && ^
254+
rcedit-x64 "Spectral.exe" --set-product-version "1.13-WIP Spectral" && ^
255255
rcedit-x64 "Spectral.exe" --set-icon src\res\img\noto_1f47b.ico || goto error
256256

257257
if "%__DOTNET_PREFERRED_BITNESS%"=="32" (

src/app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
// [ ] XL1 (Compilation)
236236
#endif
237237

238-
#define SPECTRAL "v1.12"
238+
#define SPECTRAL "v1.13-WIP"
239239

240240
#ifndef DEV
241241
#if NDEBUG >= 2

0 commit comments

Comments
 (0)