Skip to content

Commit

Permalink
Update version number for 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jun 14, 2020
1 parent f504d8d commit 0dbe9b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion installer/windows/variables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<?define Name="DB Browser for SQLite" ?>
<?define Team="$(var.Name) Team" ?>
<?define Version="3.11.300" ?>
<?define Version="3.12.0" ?>

<!--
=============================================== Add/Remove Programs ================================================
Expand Down
6 changes: 3 additions & 3 deletions src/app.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleGetInfoString</key>
<string>3.11.300</string>
<string>3.12.0</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundleIdentifier</key>
Expand All @@ -67,11 +67,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.11.300</string>
<string>3.12.0</string>
<key>CFBundleSignature</key>
<string>SqLB</string>
<key>CFBundleVersion</key>
<string>3.11.300</string>
<string>3.12.0</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef GEN_VERSION_H
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 11
#define PATCH_VERSION 300
#define MINOR_VERSION 12
#define PATCH_VERSION 0

#define str(s) #s
#define xstr(s) str(s)
Expand Down

0 comments on commit 0dbe9b5

Please sign in to comment.