File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 3)
3434set (F3D_PATCH_VERSION 0)
3535set (F3D_VERSION ${F3D_MAJOR_VERSION} .${F3D_MINOR_VERSION} .${F3D_PATCH_VERSION} )
3636
37- set (F3D_PATCH_VERSION_EXTRA "RC3 " )
37+ set (F3D_PATCH_VERSION_EXTRA "RC4 " )
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.3.0-RC3 " ,
3+ "version" : " 3.3.0-RC4 " ,
44 "description" : " Fast and minimalist 3D viewer framework" ,
55 "exports" : " ./dist/f3d.js" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ wheel.packages = []
5252version_file = " _version.py"
5353version_scheme = " no-guess-dev"
5454local_scheme = " no-local-version"
55- fallback_version = " 3.3.0-RC3 "
55+ fallback_version = " 3.3.0-RC4 "
5656
5757[tool .scikit-build .cmake .define ]
5858CMAKE_OSX_DEPLOYMENT_TARGET = " 10.15"
You can’t perform that action at this time.
0 commit comments