Skip to content

Commit

Permalink
Update version number for 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 2, 2021
1 parent d85953c commit 1955cb1
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
Expand Up @@ -3,7 +3,7 @@

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

<!--
=============================================== Add/Remove Programs ================================================
Expand Down
6 changes: 3 additions & 3 deletions src/app.plist
Expand Up @@ -55,7 +55,7 @@
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleGetInfoString</key>
<string>3.12.1</string>
<string>3.12.2</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.12.1</string>
<string>3.12.2</string>
<key>CFBundleSignature</key>
<string>SqLB</string>
<key>CFBundleVersion</key>
<string>3.12.1</string>
<string>3.12.2</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -2,7 +2,7 @@
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 12
#define PATCH_VERSION 1
#define PATCH_VERSION 2

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

0 comments on commit 1955cb1

Please sign in to comment.