From bb5a00685e29bb3abe69ba4479eb28b9b752bfd3 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Sun, 28 Sep 2014 21:10:04 +0200 Subject: [PATCH] Make clear this is a draft --- src/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.sh b/src/config.sh index 5626a757..9a2e22fd 100644 --- a/src/config.sh +++ b/src/config.sh @@ -9,7 +9,7 @@ DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be deter ##################################################################################### TOOLNAME="OCRmyPDF" -VERSION="v2.1-stable" +VERSION="v2.x" # possible exit codes EXIT_BAD_ARGS="1"