Skip to content

Commit

Permalink
Release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed May 4, 2021
1 parent 4c94f3b commit edb84c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Doxyversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PROJECT_NUMBER=2.3.2
PROJECT_NUMBER=2.3.3
2 changes: 1 addition & 1 deletion doc/version.tex
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.3.3
4 changes: 2 additions & 2 deletions libscidavis/src/version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "globals.h"
const int SciDAVis::scidavis_versionNo = 131842;
const char* SciDAVis::scidavis_version = "2.3.2";
const int SciDAVis::scidavis_versionNo = 131843;
const char* SciDAVis::scidavis_version = "2.3.3";
const char* SciDAVis::extra_version = "";
const char * SciDAVis::release_date = "May 04, 2021";
2 changes: 1 addition & 1 deletion makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "$version" >doc/version.tex

# update scidavis.appdata.xml
date=`date +%Y-%m-%d`
sed -i "s/<release version=.*$/<release version=$version date=$date>/" scidavis/scidavis.appdata.xml
sed -i "s/<release version=.*$/<release version=\"$version\" date=\"$date\">/" scidavis/scidavis.appdata.xml

git commit -a -m "Release $fullversion"
git tag -a -m "" $fullversion
2 changes: 1 addition & 1 deletion scidavis/scidavis.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version=2.3.2 date=2021-05-04>
<release version="2.3.3" date="2021-05-04">
</release>
</releases>
</component>

0 comments on commit edb84c2

Please sign in to comment.