Skip to content

Commit 7dd0040

Browse files
committed
CollectionInterface: bundle for v1.0.0-RC1.
1 parent 6121555 commit 7dd0040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Dialogs/Version.h

Lines changed: 3 additions & 3 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"beta2"
27-
// // VERSION_STAGE // "alpha", "beta", ""
26+
#define VERSION_STAGE_WS L"-RC1"
27+
// // VERSION_STAGE // "-alpha", "-beta", ""
2828
#define VERSION_STAGE TEXT("")
29-
#define VERSION_FULLNAME "CollectionInterface v1.0.0beta2"
29+
#define VERSION_FULLNAME "CollectionInterface v1.0.0-RC1"
3030
#define VERSION_AUTHOR "Peter Jones <pryrtcode@pryrt.com>"
3131
#define VERSION_URL "https://github.com/pryrt/NppPlugin-CollectionInterface/"

0 commit comments

Comments
 (0)