diff --git a/resources/profiles/Q Series.json b/resources/profiles/Q Series.json index 1e1c4a1..5d2d44e 100644 --- a/resources/profiles/Q Series.json +++ b/resources/profiles/Q Series.json @@ -1,6 +1,6 @@ { "name": "Q Series", - "version": "01.09.07.53", + "version": "01.10.01.50", "force_update": "0", "description": "Q Series configurations", "machine_model_list": [ diff --git a/resources/profiles/X 3 Series.json b/resources/profiles/X 3 Series.json index 53e4551..bbb0314 100644 --- a/resources/profiles/X 3 Series.json +++ b/resources/profiles/X 3 Series.json @@ -1,6 +1,6 @@ { "name": "X-3-Series", - "version": "01.09.07.53", + "version": "01.10.01.50", "force_update": "0", "description": "X-3-Series configurations", "machine_model_list": [ diff --git a/resources/profiles/X 4 Series.json b/resources/profiles/X 4 Series.json index 5aa9588..b43cd23 100644 --- a/resources/profiles/X 4 Series.json +++ b/resources/profiles/X 4 Series.json @@ -1,6 +1,6 @@ { "name": "X-4-Series", - "version": "01.09.07.53", + "version": "01.10.01.50", "force_update": "0", "description": "X-4-Series configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index d4607d9..73757db 100644 --- a/version.inc +++ b/version.inc @@ -13,4 +13,7 @@ endif() # The build_version should start from 50 in master branch -set(SLIC3R_VERSION "01.09.07.53") +set(SLIC3R_VERSION "01.10.01.50") + +string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) +set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")