We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d594f commit 3e271beCopy full SHA for 3e271be
2 files changed
doc/changelog
@@ -1,2 +1,5 @@
1
-Initial release of version 0.0.1
+Summary of changes for version 0.1.1 are below
2
+ * Fix picture parameters
3
+ * Fix parsing for incorrect parameters
4
+Initial release of version 0.1.0
5
scripts/version.sh
@@ -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-"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
13
else
14
GIT_COMMIT="gitUNKNOWN"
15
fi
16
-#printf "$BASE_VERSION"
17
-printf "$BASE_VERSION"-"$GIT_COMMIT"
+printf "$BASE_VERSION"
+#printf "$BASE_VERSION"-"$GIT_COMMIT"
18
0 commit comments