File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<?define Name =" DB Browser for SQLite" ?>
5
5
<?define Team =" $(var.Name) Team" ?>
6
- <?define Version =" 3.10.201 " ?>
6
+ <?define Version =" 3.10.202 " ?>
7
7
8
8
<!--
9
9
=============================================== Add/Remove Programs ================================================
Original file line number Diff line number Diff line change 55
55
<key >CFBundleExecutable </key >
56
56
<string >@EXECUTABLE@ </string >
57
57
<key >CFBundleGetInfoString </key >
58
- <string >3.10.201 </string >
58
+ <string >3.10.202 </string >
59
59
<key >CFBundleIconFile </key >
60
60
<string >@ICON@ </string >
61
61
<key >CFBundleIdentifier </key >
67
67
<key >CFBundlePackageType </key >
68
68
<string >APPL </string >
69
69
<key >CFBundleShortVersionString </key >
70
- <string >3.10.201 </string >
70
+ <string >3.10.202 </string >
71
71
<key >CFBundleSignature </key >
72
72
<string >SqLB </string >
73
73
<key >CFBundleVersion </key >
74
- <string >3.10.201 </string >
74
+ <string >3.10.202 </string >
75
75
<key >NSPrincipalClass </key >
76
76
<string >NSApplication </string >
77
77
<key >NSHighResolutionCapable </key >
Original file line number Diff line number Diff line change 2
2
#define GEN_VERSION_H
3
3
#define MAJOR_VERSION 3
4
4
#define MINOR_VERSION 10
5
- #define PATCH_VERSION 201
5
+ #define PATCH_VERSION 202
6
6
7
7
#define str (s ) #s
8
8
#define xstr (s ) str(s)
You can’t perform that action at this time.
0 commit comments