Skip to content

Commit

Permalink
ENH: update version to 1.3.0
Browse files Browse the repository at this point in the history
Change-Id: Icceb853d6ea948dd8e23ef875d6e5e13d20537c6
  • Loading branch information
lanewei120 committed Oct 20, 2022
1 parent 497be31 commit 7948040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/profiles/BBL.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.02.01.03",
"version": "01.03.00.00",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
Expand Down
5 changes: 4 additions & 1 deletion version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ set(SLIC3R_APP_KEY "BambuStudio")
if(NOT DEFINED BBL_RELEASE_TO_PUBLIC)
set(BBL_RELEASE_TO_PUBLIC "0")
endif()
set(SLIC3R_VERSION "01.02.00.09")
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "1")
endif()
set(SLIC3R_VERSION "01.03.00.00")

0 comments on commit 7948040

Please sign in to comment.