Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 425e2e5eda65dccbcbf69bb66074c6e8 > files > 1

shutter-0.99.4-1.mga9.src.rpm

From 8fd10614c5c90a6c9fa53eb594a4094fdd3fea5a Mon Sep 17 00:00:00 2001
From: Alexey Sokolov <sokolov@google.com>
Date: Fri, 10 Mar 2023 22:47:42 +0000
Subject: [PATCH] Update version

---
 bin/shutter | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/shutter b/bin/shutter
index 881b94e6..e3e8da1a 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.1607';
+use constant SHUTTER_REV     => 'Rev.1608';
 use constant SHUTTER_NAME    => 'Shutter';
-use constant SHUTTER_VERSION => '0.99.3';
+use constant SHUTTER_VERSION => '0.99.4';
 
 #--------------------------------------