File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
Summary of Changes
2
+ Version 4.1.1 Changes Below
3
+ * Fix file name for debug movies
4
+ * Fix image saving when using highres option
5
+ * Add error checking of jpeg decompression.
6
+ * Fix version script for old distributions.
7
+ * Fix building on musl based systems.
2
8
Version 4.1 Changes Below
3
9
* Add flip_axis option
4
10
* Add mask_privacy option
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- BASE_VERSION=" 4.1"
2
+ BASE_VERSION=" 4.1.1 "
3
3
if [ -d .git ]; then
4
4
if test " ` git diff --name-only` " = " " ; then
5
5
GIT_COMMIT=" git"
@@ -10,9 +10,9 @@ if [ -d .git ]; then
10
10
if [ $? -ne 0 ]; then
11
11
GIT_COMMIT=$GIT_COMMIT ` git show -s --format=%h`
12
12
fi
13
- # printf "$BASE_VERSION"
14
- printf " $BASE_VERSION +$GIT_COMMIT "
13
+ printf " $BASE_VERSION "
14
+ # printf "$BASE_VERSION+$GIT_COMMIT"
15
15
else
16
- # printf "$BASE_VERSION"
17
- printf " $BASE_VERSION +gitUNKNOWN"
16
+ printf " $BASE_VERSION "
17
+ # printf "$BASE_VERSION+gitUNKNOWN"
18
18
fi
You can’t perform that action at this time.
0 commit comments