From 724b91180d3210ecf49f322d0f9d40ecd97b440a Mon Sep 17 00:00:00 2001 From: Michael Kogan Date: Sun, 31 Mar 2024 17:24:22 +0200 Subject: [PATCH] Update version to 0.99.5 for new release --- bin/shutter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/shutter b/bin/shutter index e17a681e..38c70bbd 100755 --- a/bin/shutter +++ b/bin/shutter @@ -166,9 +166,9 @@ sub escape_path_string { #define constants #-------------------------------------- use constant MAX_ERROR => 5; -use constant SHUTTER_REV => 'Rev.1608'; +use constant SHUTTER_REV => 'Rev.1783'; use constant SHUTTER_NAME => 'Shutter'; -use constant SHUTTER_VERSION => '0.99.4'; +use constant SHUTTER_VERSION => '0.99.5'; #--------------------------------------