Skip to content

Commit

Permalink
Updating version number for 3.12.0-rc1
Browse files Browse the repository at this point in the history
We're using 3.11.300 for the 3.12.0-rc1, in order to keep
numerically lower than 3.12.0, which will be used for the
actual release.
  • Loading branch information
justinclift committed Jun 7, 2020
1 parent e0e0968 commit 2e32cf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.100" ?>
<?define Version="3.11.300" ?>

<!--
=============================================== 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.100</string>
<string>3.11.300</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.100</string>
<string>3.11.300</string>
<key>CFBundleSignature</key>
<string>SqLB</string>
<key>CFBundleVersion</key>
<string>3.11.100</string>
<string>3.11.300</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 11
#define PATCH_VERSION 100
#define PATCH_VERSION 300

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

0 comments on commit 2e32cf2

Please sign in to comment.