Skip to content

Commit 4c94f3b

Browse files
Release 2.3.2
1 parent 5b99131 commit 4c94f3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Doxyversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PROJECT_NUMBER=2.3.1
1+
PROJECT_NUMBER=2.3.2

doc/version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.3.2

libscidavis/src/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "globals.h"
2-
const int SciDAVis::scidavis_versionNo = 131841;
3-
const char* SciDAVis::scidavis_version = "2.3.1";
2+
const int SciDAVis::scidavis_versionNo = 131842;
3+
const char* SciDAVis::scidavis_version = "2.3.2";
44
const char* SciDAVis::extra_version = "";
55
const char * SciDAVis::release_date = "May 04, 2021";

scidavis/scidavis.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</provides>
4848
<content_rating type="oars-1.1"/>
4949
<releases>
50-
<release version=2.3.1 date=2021-05-04>
50+
<release version=2.3.2 date=2021-05-04>
5151
</release>
5252
</releases>
5353
</component>

0 commit comments

Comments
 (0)