File tree Expand file tree Collapse file tree
contrib/packaging-python/conda Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS Off)
4242#-----------------------------------------------------------------------------
4343
4444set (CHRONO_VERSION_MAJOR 8)
45- set (CHRONO_VERSION_MINOR 0 )
45+ set (CHRONO_VERSION_MINOR 1 )
4646set (CHRONO_VERSION_PATCH 0)
4747
4848project (Chrono VERSION ${CHRONO_VERSION_MAJOR} .${CHRONO_VERSION_MINOR} .${CHRONO_VERSION_PATCH} )
@@ -55,7 +55,7 @@ set(CPACK_PACKAGE_VERSION_MINOR "${CHRONO_VERSION_MINOR}")
5555set (CPACK_PACKAGE_VERSION_PATCH "${CHRONO_VERSION_PATCH} " )
5656
5757# Version as a hexadecimal integer of the form 0x00MMmmPP
58- set (CH_VERSION 0x00080000 )
58+ set (CH_VERSION 0x00080100 )
5959
6060#-----------------------------------------------------------------------------
6161# Detect operating system and processor for host and target
Original file line number Diff line number Diff line change 11{
22 "version" : 1 ,
33 "vendor" : {
4- "projectchrono.org/chrono/8.0 .0" : {}
4+ "projectchrono.org/chrono/8.1 .0" : {}
55 },
66 "cmakeMinimumRequired" : {
77 "major" : 3 ,
Original file line number Diff line number Diff line change 11# change the version number in case of a release build
22package :
33 name : pychrono
4- version : 8.0 .0
4+ version : 8.1 .0
55
66source :
77 path : ../../..
You can’t perform that action at this time.
0 commit comments