Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Apr 30, 2020
1 parent d286612 commit 71d2d6e
Show file tree
Hide file tree
Showing 4 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.1.1
PROJECT_NUMBER=2.1.2
2 changes: 1 addition & 1 deletion doc/version.tex
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2
6 changes: 3 additions & 3 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 = 131329;
const char* SciDAVis::scidavis_version = "2.1.1";
const char* SciDAVis::extra_version = "-2.1.1";
const int SciDAVis::scidavis_versionNo = 131330;
const char* SciDAVis::scidavis_version = "2.1.2";
const char* SciDAVis::extra_version = "-2.1.2";
const char * SciDAVis::release_date = "Apr 30, 2020";
2 changes: 1 addition & 1 deletion makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ echo "old version=`git describe`"
fullversion=$1
version=${fullversion%%-*}
extra=-${fullversion##*-}
if [ $extra = -$version ]; then
if [ $extra = "-$version" ]; then
extra = ""
fi
echo $version $extra
Expand Down

0 comments on commit 71d2d6e

Please sign in to comment.