Skip to content

Commit 8864af8

Browse files
committed
Prepare for v1.0.0 release
- uprev the internal version information
1 parent 7dd0040 commit 8864af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dialogs/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#define VERSION_STRING "1.0.0"
2424
// // VERSION_TEXT This must match the tag pushed on the server minus the "v"
2525
#define VERSION_TEXT TEXT(VERSION_STRING)
26-
#define VERSION_STAGE_WS L"-RC1"
26+
#define VERSION_STAGE_WS L""
2727
// // VERSION_STAGE // "-alpha", "-beta", ""
2828
#define VERSION_STAGE TEXT("")
29-
#define VERSION_FULLNAME "CollectionInterface v1.0.0-RC1"
29+
#define VERSION_FULLNAME "CollectionInterface v1.0.0"
3030
#define VERSION_AUTHOR "Peter Jones <[email protected]>"
3131
#define VERSION_URL "https://github.com/pryrt/NppPlugin-CollectionInterface/"

0 commit comments

Comments
 (0)