Skip to content

Commit ac65e43

Browse files
committed
Set default version for build to 2.5.0
1 parent 5ad7529 commit ac65e43

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
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.10.2) #Oldest version it's been tested with.
1010
set(SETTINGSGUIDE_PLUGIN_NAME "Settings Guide" CACHE STRING "The name of the plug-in in distribution.")
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, indicating a backward compatibility break.")
13-
set(SETTINGSGUIDE_VERSION_MINOR 4 CACHE STRING "The minor version number, indicating a forward compatibility break.")
13+
set(SETTINGSGUIDE_VERSION_MINOR 5 CACHE STRING "The minor version number, indicating a forward compatibility break.")
1414
set(SETTINGSGUIDE_VERSION_PATCH 0 CACHE STRING "The patch version number, indicating an incremental improvement without compatibility break.")
1515
set(SETTINGSGUIDE_SUPPORTED_SDKS "6.0.0;7.0.0" CACHE STRING "List of supported Cura SDK versions.")
1616

0 commit comments

Comments
 (0)