Skip to content

Commit

Permalink
Try to fix Windows build
Browse files Browse the repository at this point in the history
Windows builds were broken by 38907cc
which removed the xstr macro.

See issue sqlitebrowser#2810.
  • Loading branch information
MKleusberg committed Sep 11, 2021
1 parent 0b1ff64 commit a29f616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/winapp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ BEGIN
BEGIN
BLOCK "000004B0"
BEGIN
VALUE "FileVersion", APP_VERSION "." xstr(BUILD_VERSION)
VALUE "ProductVersion", APP_VERSION "." xstr(BUILD_VERSION)
VALUE "FileVersion", APP_VERSION "." BUILD_VERSION
VALUE "ProductVersion", APP_VERSION "." BUILD_VERSION
VALUE "FileDescription", "DB Browser for SQLite"
VALUE "ProductName", "DB Browser for SQLite"
VALUE "InternalName", "DB Browser for SQLite"
Expand Down

0 comments on commit a29f616

Please sign in to comment.