Skip to content

Commit

Permalink
Correct default version number
Browse files Browse the repository at this point in the history
The 4 is being put in the package.json thing automatically already. No worries.
  • Loading branch information
Ghostkeeper committed Aug 21, 2019
1 parent eb56f22 commit 6cc5ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.2.3) #Oldest version it's been tested with.

#Project metadata.
set(X3GWRITER_PLUGIN_NAME X3GWriter CACHE STRING "The name of the plug-in in distribution.")
set(X3GWRITER_VERSION_MAJOR 4 CACHE STRING "The major version number.")
set(X3GWRITER_VERSION_MINOR 0 CACHE STRING "The minor version number.")
set(X3GWRITER_VERSION_PATCH 0 CACHE STRING "The patch version number.")
set(X3GWRITER_VERSION_MAJOR 1 CACHE STRING "The major version number.")
set(X3GWRITER_VERSION_MINOR 1 CACHE STRING "The minor version number.")
set(X3GWRITER_VERSION_PATCH 10 CACHE STRING "The patch version number.")
set(X3GWRITER_SUPPORTED_SDKS "5.0.0;6.0.0" CACHE STRING "List of supported Cura SDK versions.")

#Dependencies.
Expand Down

0 comments on commit 6cc5ead

Please sign in to comment.