~ubuntu-branches/ubuntu/trusty/keepass2/trusty-proposed

« back to all changes in this revision

Viewing changes to Ext/KeePass.iss

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2011-12-30 15:45:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111230154559-3en1b9v90hswvs1w
Tags: 2.18+dfsg-1
* New upstream release
  - refresh patches
  - drop upstream applied patches:
    explicitly-PUT-for-webdav-writes.patch
    prefer-4.0-framework-if-available.patch
* add patch to improve autotype when dealing with multiple keyboard layouts
  - Thanks to amiryal for the patch
* disable initial autoupdate popup via patch
* update years in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#define MyAppNameEx "KeePass Password Safe 2"
9
9
#define MyAppPublisher "Dominik Reichl"
10
10
 
11
 
#define KeeVersionStr "2.16"
12
 
#define KeeVersionStrWithMinor "2.16"
13
 
#define KeeVersionStrWithMinorPath "2.16"
14
 
#define KeeVersionWin "2.1.6.0"
 
11
#define KeeVersionStr "2.18"
 
12
#define KeeVersionStrWithMinor "2.18"
 
13
#define KeeVersionStrWithMinorPath "2.18"
 
14
#define KeeVersionWin "2.1.8.0"
15
15
 
16
16
#define MyAppURL "http://keepass.info/"
17
17
#define MyAppExeName "KeePass.exe"
18
18
#define MyAppUrlName "KeePass.url"
19
19
#define MyAppHelpName "KeePass.chm"
20
 
#define KeeDevPeriod "2003-2011"
 
20
#define KeeDevPeriod "2003-2012"
21
21
#define MyAppId "KeePassPasswordSafe2"
22
22
 
23
23
[Setup]