Skip to content

Commit c090bad

Browse files
committed
Bump version
1 parent eb168ff commit c090bad

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 3)
33
set(CADABRA_VERSION_PATCH 3)
4-
set(CADABRA_VERSION_TWEAK 1)
4+
set(CADABRA_VERSION_TWEAK 2)
55
set(COPYRIGHT_YEARS "2001-2020")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
77
find_program(GIT git PATHS ${GIT_DIR})

web2/cadabra2/source/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

web2/cadabra2/source/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<div class="icon_background" >
123123
<img src="/static/icons/help.png" alt="[help]" />
124124
<div class="icon_text">
125-
Help
125+
Help&nbsp;&amp;&nbsp;book
126126
</div>
127127
</div>
128128
</a>

0 commit comments

Comments
 (0)