~b-andrew/shutter/devel

« back to all changes in this revision

Viewing changes to bin/shutter

  • Committer: Mario Kemper
  • Date: 2013-10-23 10:37:28 UTC
  • Revision ID: mario.kemper@googlemail.com-20131023103728-rtw6sr31jnz1z3w0
added new icons created by lucasromerodb@gmail.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
#define constants
104
104
#--------------------------------------
105
105
use constant MAX_ERROR       => 5;
106
 
use constant SHUTTER_REV     => 'Rev.1259';
 
106
use constant SHUTTER_REV     => 'Rev.1260';
107
107
use constant SHUTTER_NAME    => 'Shutter';
108
 
use constant SHUTTER_VERSION => '0.90.1';
 
108
use constant SHUTTER_VERSION => '0.91';
109
109
 
110
110
#--------------------------------------
111
111