File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11set (CADABRA_VERSION_MAJOR 2)
22set (CADABRA_VERSION_MINOR 3)
33set (CADABRA_VERSION_PATCH 3)
4- set (CADABRA_VERSION_TWEAK 1 )
4+ set (CADABRA_VERSION_TWEAK 2 )
55set (COPYRIGHT_YEARS "2001-2020" )
66math (EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8" )
77find_program (GIT git PATHS ${GIT_DIR} )
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ <h3>github master (2.3.3)</h3>
2222 products.</ li >
2323 < li > Enable attaching properties queried with < tt > Property.get</ tt >
2424 to new symbols.</ li >
25+ < li > Fix bug pulling with < tt > @(...)</ tt > operator.</ li >
2526</ ul >
2627
2728< a name ="2.3.2 "> </ a >
Original file line number Diff line number Diff line change 122122 < div class ="icon_background " >
123123 < img src ="/static/icons/help.png " alt ="[help] " />
124124 < div class ="icon_text ">
125- Help
125+ Help & book
126126 </ div >
127127 </ div >
128128 </ a >
You can’t perform that action at this time.
0 commit comments