forgot to increment version string
parent
d83f049f07
commit
1c768280d9
|
@ -25,7 +25,7 @@ DEPENDENCIES: *If you don't use a feature, you don't need the dependency. Don't
|
||||||
-Python 3 + libs: Used for auto white balance.
|
-Python 3 + libs: Used for auto white balance.
|
||||||
-exiftool + xxd: Used in mlv2badpixels.sh.
|
-exiftool + xxd: Used in mlv2badpixels.sh.
|
||||||
|
|
||||||
VERSION: 1.7.0
|
VERSION: 1.7.1
|
||||||
|
|
||||||
OPTIONS, BASIC:
|
OPTIONS, BASIC:
|
||||||
-v version - Print out version string.
|
-v version - Print out version string.
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#BASIC CONSTANTS
|
#BASIC CONSTANTS
|
||||||
DEPS="imagemagick dcraw ffmpeg python3 pip3 exiftool xxd" #Dependency package names (Debian). List with -K option.
|
DEPS="imagemagick dcraw ffmpeg python3 pip3 exiftool xxd" #Dependency package names (Debian). List with -K option.
|
||||||
PIP_DEPS="numpy Pillow tifffile" #Technically, you don't need Pillow. I'm not really sure :).
|
PIP_DEPS="numpy Pillow tifffile" #Technically, you don't need Pillow. I'm not really sure :).
|
||||||
VERSION="1.7.0" #Version string.
|
VERSION="1.7.1" #Version string.
|
||||||
PYTHON="python3"
|
PYTHON="python3"
|
||||||
THREADS=8
|
THREADS=8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue