From 8d1616d94ae878a3fd612c4c4f5e9265ed859fa7 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 18 Feb 2024 12:46:17 +0100 Subject: Fixed typo breaking RC generation --- Starshatter/Starshatter.rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Starshatter') diff --git a/Starshatter/Starshatter.rc.conf b/Starshatter/Starshatter.rc.conf index 7febfc6..515e0a0 100644 --- a/Starshatter/Starshatter.rc.conf +++ b/Starshatter/Starshatter.rc.conf @@ -5,8 +5,8 @@ Stars ICON DISCARDABLE "Stars.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION @STARSHATTER_RC_VERSION@ - PRODUCTVERSION @STARSHATTER_RC_VERSION@ + FILEVERSION @STARSHATTER_VERSION_RC@ + PRODUCTVERSION @STARSHATTER_VERSION_RC@ FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L -- cgit v1.1