We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd0040 commit 8864af8Copy full SHA for 8864af8
src/Dialogs/Version.h
@@ -23,9 +23,9 @@
23
#define VERSION_STRING "1.0.0"
24
// // VERSION_TEXT This must match the tag pushed on the server minus the "v"
25
#define VERSION_TEXT TEXT(VERSION_STRING)
26
-#define VERSION_STAGE_WS L"-RC1"
+#define VERSION_STAGE_WS L""
27
// // VERSION_STAGE // "-alpha", "-beta", ""
28
#define VERSION_STAGE TEXT("")
29
-#define VERSION_FULLNAME "CollectionInterface v1.0.0-RC1"
+#define VERSION_FULLNAME "CollectionInterface v1.0.0"
30
#define VERSION_AUTHOR "Peter Jones <[email protected]>"
31
#define VERSION_URL "https://github.com/pryrt/NppPlugin-CollectionInterface/"
0 commit comments