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
@@ -11,7 +11,7 @@ set(SETTINGSGUIDE_PLUGIN_NAME "Settings Guide" CACHE STRING "The name of the plu
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, incremented when there is a significant rewrite.")
13
13
set(SETTINGSGUIDE_VERSION_MINOR 9 CACHESTRING"The minor version number, incremented when there are new features.")
14
-
set(SETTINGSGUIDE_VERSION_PATCH 0CACHESTRING"The patch version number, incremented if there are only bug fixes and article changes.")
14
+
set(SETTINGSGUIDE_VERSION_PATCH 1CACHESTRING"The patch version number, incremented if there are only bug fixes and article changes.")
15
15
set(SETTINGSGUIDE_SUPPORTED_SDKS "6.0.0;7.0.0;8.0.0"CACHESTRING"List of supported Cura SDK versions.")
0 commit comments