Skip to content

Commit cb37170

Browse files
Version: v1.0.3
Both embeds together -- CMakeLists' PROJECT_VERSION and StoatworksAbout.h's versionFallback. They are read by different things (the bundle's Info.plist and the About block respectively) and nothing checks they agree, so bumping one alone ships a plugin whose About box disagrees with its own installer.
1 parent 33e8e33 commit cb37170

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22

33
project(OldCathode
4-
VERSION 1.0.2
4+
VERSION 1.0.3
55
LANGUAGES CXX
66
)
77

source/StoatworksAbout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace stoatworks::about
2020
inline constexpr auto guide = "https://stoatworks-labs.com/software/old-cathode/guide/";
2121
inline constexpr auto page = "https://stoatworks-labs.com/software/old-cathode/";
2222
inline constexpr auto repo = "https://github.com/stoatworks-labs/old-cathode";
23-
inline constexpr auto versionFallback = "v1.0.2";
23+
inline constexpr auto versionFallback = "v1.0.3";
2424

2525
inline constexpr auto org = "Stoatworks Labs";
2626
inline constexpr auto home = "https://stoatworks-labs.com";

0 commit comments

Comments
 (0)