From 1c768280d9d8b1a7103b66d9fd1adbc26dfe2a58 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Sat, 26 Mar 2016 23:27:50 +0100 Subject: [PATCH] forgot to increment version string --- README.md | 2 +- convmlv.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e7a99e..d316ad0 100644 --- a/README.md +++ b/README.md @@ -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. -exiftool + xxd: Used in mlv2badpixels.sh. -VERSION: 1.7.0 +VERSION: 1.7.1 OPTIONS, BASIC: -v version - Print out version string. diff --git a/convmlv.sh b/convmlv.sh index dcf29a0..4232ed8 100755 --- a/convmlv.sh +++ b/convmlv.sh @@ -26,7 +26,7 @@ #BASIC CONSTANTS 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 :). -VERSION="1.7.0" #Version string. +VERSION="1.7.1" #Version string. PYTHON="python3" THREADS=8