You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.10.2) #Oldest version it's been tested with.
10
10
set(SETTINGSGUIDE_PLUGIN_NAME "Settings Guide"CACHESTRING"The name of the plug-in in distribution.")
11
11
set(SETTINGSGUIDE_PLUGIN_ID "SettingsGuide2"CACHESTRING"The plug-in ID of the installation in Cura.") #Needs to be '2' because the original plug-in ID was reserved by Asasin for his original version.
12
12
set(SETTINGSGUIDE_VERSION_MAJOR 2 CACHESTRING"The major version number, indicating a backward compatibility break.")
13
-
set(SETTINGSGUIDE_VERSION_MINOR 4CACHESTRING"The minor version number, indicating a forward compatibility break.")
13
+
set(SETTINGSGUIDE_VERSION_MINOR 5CACHESTRING"The minor version number, indicating a forward compatibility break.")
14
14
set(SETTINGSGUIDE_VERSION_PATCH 0 CACHESTRING"The patch version number, indicating an incremental improvement without compatibility break.")
15
15
set(SETTINGSGUIDE_SUPPORTED_SDKS "6.0.0;7.0.0"CACHESTRING"List of supported Cura SDK versions.")
0 commit comments