summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-08-14 18:28:35 +0200
committerPatric Stout <github@truebrain.nl>2021-08-15 12:28:51 +0200
commiteca73a810c19ed5cfb3f24cb5560d0735e19ea00 (patch)
tree19fd84b2bd77beca620287fbd8a8aa7d57962250 /src/os
parentee333a954934fee206a65795670d15150178c0f3 (diff)
downloadopenttd-eca73a810c19ed5cfb3f24cb5560d0735e19ea00.tar.xz
Change: rebrand 1.12.0 to 12.0
One question that keeps popping up: "when do we release 2.0?". NewGRF will force that at least 1.16 will be 2.0, but to not wait for this, let's drop the "1." and be for ever done with that conversation. We are following in the footstep of giants here.
Diffstat (limited to 'src/os')
-rw-r--r--src/os/windows/ottdres.rc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in
index 31309382c..279389a04 100644
--- a/src/os/windows/ottdres.rc.in
+++ b/src/os/windows/ottdres.rc.in
@@ -77,8 +77,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION ${REV_MAJOR},${REV_MINOR},${REV_BUILD},${REV_ISODATE}
- PRODUCTVERSION ${REV_MAJOR},${REV_MINOR},${REV_BUILD},${REV_ISODATE}
+ FILEVERSION ${REV_MAJOR},${REV_MINOR},0,${REV_ISODATE}
+ PRODUCTVERSION ${REV_MAJOR},${REV_MINOR},0,${REV_ISODATE}
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L