File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ include(f3dVersion)
3131# Handle F3D_VERSION
3232set (F3D_MAJOR_VERSION 3)
3333set (F3D_MINOR_VERSION 4)
34- set (F3D_PATCH_VERSION 0 )
34+ set (F3D_PATCH_VERSION 1 )
3535set (F3D_VERSION ${F3D_MAJOR_VERSION} .${F3D_MINOR_VERSION} .${F3D_PATCH_VERSION} )
3636
37- set (F3D_PATCH_VERSION_EXTRA "" )
37+ set (F3D_PATCH_VERSION_EXTRA "RC1 " )
3838if (F3D_PATCH_VERSION_EXTRA STREQUAL "" )
3939 set (F3D_VERSION_FULL ${F3D_VERSION} )
4040else ()
Original file line number Diff line number Diff line change 11{
22 "name" : " f3d" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1-RC1 " ,
44 "description" : " Fast and minimalist 3D viewer framework" ,
55 "exports" : " ./dist/f3d.js" ,
66 "types" : " ./dist/f3d.d.ts" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ wheel.packages = []
4949version_file = " _version.py"
5050version_scheme = " no-guess-dev"
5151local_scheme = " no-local-version"
52- fallback_version = " 3.4.0 "
52+ fallback_version = " 3.4.1-RC1 "
5353
5454[tool .scikit-build .cmake .define ]
5555CMAKE_OSX_DEPLOYMENT_TARGET = " 10.15"
You can’t perform that action at this time.
0 commit comments