openra: add release- prefix to version string (#262324)

Change version string to have prefix `release-`. This fixes "Server is
running an incompatible version.", when trying to play against official
builds of the OpenRA.

Signed-off-by: Mika Tammi <mika.tammi@unikie.com>

authored by Mika Tammi and committed by GitHub f627d868 997311c8

+1 -1
+1 -1
pkgs/games/openra/build-engine.nix
··· 36 36 dontDotnetFixup = true; 37 37 38 38 preBuild = '' 39 - make VERSION=${version} version 39 + make VERSION=${engine.build}-${version} version 40 40 ''; 41 41 42 42 postInstall = ''