Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed May 4, 2021
1 parent 6da5993 commit e85c166
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Doxyversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PROJECT_NUMBER=2.3.0
PROJECT_NUMBER=2.3.1
2 changes: 1 addition & 1 deletion doc/version.tex
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
8 changes: 4 additions & 4 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 = 131840;
const char *SciDAVis::scidavis_version = "2.3.0";
const char *SciDAVis::extra_version = "";
const char *SciDAVis::release_date = "Jun 12, 2020";
const int SciDAVis::scidavis_versionNo = 131841;
const char* SciDAVis::scidavis_version = "2.3.1";
const char* SciDAVis::extra_version = "";
const char * SciDAVis::release_date = "May 04, 2021";
5 changes: 5 additions & 0 deletions makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ done
rm -f Doxyversion
echo "PROJECT_NUMBER=$version" >Doxyversion
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

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.4.0" date="2020-06-12">
<release version=2.3.1 date=2021-05-04
</release>
</releases>
</component>

0 comments on commit e85c166

Please sign in to comment.