Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Apr 3, 2023
1 parent a5d594f commit 3e271be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion doc/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Initial release of version 0.0.1
Summary of changes for version 0.1.1 are below
* Fix picture parameters
* Fix parsing for incorrect parameters
Initial release of version 0.1.0

6 changes: 3 additions & 3 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="0.1.0"
BASE_VERSION="0.1.1"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git-"
Expand All @@ -13,6 +13,6 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#printf "$BASE_VERSION"
printf "$BASE_VERSION"-"$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION"-"$GIT_COMMIT"

0 comments on commit 3e271be

Please sign in to comment.