From 4e5e5bb92539f56a4043bbabc9ab7257c5ffcf15 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Wed, 8 Jan 2014 20:57:55 +0100 Subject: [PATCH] version changed to v2.x --- src/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.sh b/src/config.sh index d024629f..6af4201d 100644 --- a/src/config.sh +++ b/src/config.sh @@ -1,5 +1,5 @@ TOOLNAME="OCRmyPDF" -VERSION="v2.0-rc1" +VERSION="v2.x" # possible exit codes EXIT_BAD_ARGS="1" @@ -22,4 +22,4 @@ JHOVE="./jhove/bin/JhoveApp.jar" # java SW for validating the final PDF/A JHOVE_CFG="./jhove/conf/jhove.conf" # location of the jhove config file # other -DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be determined \ No newline at end of file +DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be determined