Skip to content

Commit 46426e6

Browse files
committed
Change default version to 2.9.1
The upcoming release.
1 parent b10defc commit 46426e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(SETTINGSGUIDE_PLUGIN_NAME "Settings Guide" CACHE STRING "The name of the plu
1111
set(SETTINGSGUIDE_PLUGIN_ID "SettingsGuide2" CACHE STRING "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.
1212
set(SETTINGSGUIDE_VERSION_MAJOR 2 CACHE STRING "The major version number, incremented when there is a significant rewrite.")
1313
set(SETTINGSGUIDE_VERSION_MINOR 9 CACHE STRING "The minor version number, incremented when there are new features.")
14-
set(SETTINGSGUIDE_VERSION_PATCH 0 CACHE STRING "The patch version number, incremented if there are only bug fixes and article changes.")
14+
set(SETTINGSGUIDE_VERSION_PATCH 1 CACHE STRING "The patch version number, incremented if there are only bug fixes and article changes.")
1515
set(SETTINGSGUIDE_SUPPORTED_SDKS "6.0.0;7.0.0;8.0.0" CACHE STRING "List of supported Cura SDK versions.")
1616

1717
#Make sure we have Mistune.

0 commit comments

Comments
 (0)