We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a9d2d commit c036483Copy full SHA for c036483
source/main.h
@@ -55,7 +55,7 @@ const char* get_notes_manifest_path();
55
#define TRACKER_TITLE "Advancely"
56
57
// This is the version that gets compared with the latest release tag on GitHub
58
-#define ADVANCELY_VERSION "v0.9.548" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
+#define ADVANCELY_VERSION "v1.0.0" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
59
#define ADVANCELY_ICON_PATH "/gui/Advancely_Logo_NoText.png" // Starting from /gui folder
60
#define ADVANCELY_LOGO_PATH "/gui/Advancely_Logo.png" // Starting from /gui folder
61
#define ADVANCELY_LOGO_SIZE 512.0f // Logo size on startup message window or update successful window
0 commit comments