From f106680ec5816a84865c57d08cc6e6c85521a463 Mon Sep 17 00:00:00 2001 From: CppAndre Date: Fri, 19 May 2017 20:19:40 +0200 Subject: [PATCH] Updated Version info --- Configs/PreyRun.cfg | 2 +- README.md | 2 +- src/framework/licensee.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Configs/PreyRun.cfg b/Configs/PreyRun.cfg index 727feb8..de220e3 100644 --- a/Configs/PreyRun.cfg +++ b/Configs/PreyRun.cfg @@ -1,4 +1,4 @@ -// PreyRun V.1.0.5.0 Standard Config +// PreyRun V.1.0.5.1 Standard Config // // RTA - Real Time Attack settings diff --git a/README.md b/README.md index 6d407f6..3086bda 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # How to install ## Installing as a mod -- Download [PreyRun.rar](https://github.com/CppAndre/PreyRun/releases/download/V1.0.5/PreyRun.rar) or [PreyRun - without configs.rar](https://github.com/CppAndre/PreyRun/releases/download/V1.0.5/PreyRun.-.Without.Configs.rar) +- Download [PreyRun.rar](https://github.com/CppAndre/PreyRun/releases/download/V1.0.5.1/PreyRun.rar) or [PreyRun - without configs.rar](https://github.com/CppAndre/PreyRun/releases/download/V1.0.5.1/PreyRun.-.Without.Configs.rar) - Extract the file from the archive somewhere (game00.pk4, description.txt, ...) - In your Prey root folder (where Prey.exe and PreyDed.exe are located) create a new folder called 'PreyRun' - Copy the files you have extracted previously to the newly created sub folder 'PreyRun' diff --git a/src/framework/licensee.h b/src/framework/licensee.h index 8c8a81b..f4e6767 100644 --- a/src/framework/licensee.h +++ b/src/framework/licensee.h @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Id Software, Inc. +// Copyright (C) 2004 Id Software, Inc. // /* @@ -11,7 +11,7 @@ #define GAME_NAME "PreyRun" // appears on window titles and errors -#define ENGINE_VERSION "PreyRun-1.0.5.0" // printed in console +#define ENGINE_VERSION "PreyRun-1.0.5.1" // printed in console // paths #define CD_BASEDIR "Prey"