forked from squirrel-sql-client/squirrel-sql-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersionUpgradeChanges.patch
More file actions
62 lines (59 loc) · 3.5 KB
/
VersionUpgradeChanges.patch
File metadata and controls
62 lines (59 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Index: ../squirrel-sql-git/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- ../squirrel-sql-git/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml (revision 1110259b0a76416661d401494421b970079fee3d)
+++ ../squirrel-sql-git/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml (revision )
@@ -2,8 +2,8 @@
<info>
<appname>SQuirreL SQL Client</appname>
- <appsubpath>squirrel-sql-${squirrelsql.version}</appsubpath>
- <appversion>${squirrelsql.version}</appversion>
+ <appsubpath>squirrel-sql-3.5.1</appsubpath>
+ <appversion>3.5.1</appversion>
<authors>
<author email="gerdwagner@users.sourceforge.net" name="Gerd Wagner" />
<author email="manningr@users.sourceforge.net" name="Rob Manning" />
Index: ../squirrel-sql-git/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- ../squirrel-sql-git/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml (revision 1110259b0a76416661d401494421b970079fee3d)
+++ ../squirrel-sql-git/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml (revision )
@@ -3,7 +3,7 @@
<info>
<appname>SQuirreL SQL Client</appname>
<appsubpath>SQuirreLSQL.app</appsubpath>
- <appversion>${squirrelsql.version}</appversion>
+ <appversion>3.5.1</appversion>
<authors>
<author
email="gerdwagner@users.sourceforge.net"
Index: ../squirrel-sql-git/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- ../squirrel-sql-git/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties (revision 1110259b0a76416661d401494421b970079fee3d)
+++ ../squirrel-sql-git/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties (revision )
@@ -50,7 +50,7 @@
Application.splash.showmainwindow=Showing main window...
Version.appname=SQuirreL SQL Client
-Version.copyright=Copyright (c) 2001-2013 \nColin Bell, Gerd Wagner, Rob Manning and others
+Version.copyright=Copyright (c) 2001-2014 \nColin Bell, Gerd Wagner, Rob Manning and others
Version.website=http://www.squirrelsql.org
OutOfMemoryErrorHandler.message=The query results have exceeded the maximum amount of memory allocated to this application. All result tabs have been closed to allow you to save your work and restart the application.
Index: ../squirrel-sql-git/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/Version.properties
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- ../squirrel-sql-git/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/Version.properties (revision 1110259b0a76416661d401494421b970079fee3d)
+++ ../squirrel-sql-git/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/Version.properties (revision )
@@ -1,1 +1,1 @@
-squirrelsql.version=${squirrelsql.version}
\ No newline at end of file
+squirrelsql.version=3.5.1
\ No newline at end of file