From 0b917410d4377be7420d7c17cfaca3571528aa64 Mon Sep 17 00:00:00 2001 From: samp-incognito Date: Sun, 23 Apr 2017 20:02:14 -0400 Subject: [PATCH] Update version number and CHANGES --- CHANGES.md | 6 ++++++ src/main.h | 4 ++-- streamer.inc | 2 +- streamer.rc | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 90b3f1e6..7fa26478 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ SA-MP Streamer Plugin ===================== +v2.9.1 +------ + +- Fixed some bugs and a crash that randomly occurred +- Allowed any type of area to be attached + v2.9.0 ------ diff --git a/src/main.h b/src/main.h index 854fc23a..824f729a 100644 --- a/src/main.h +++ b/src/main.h @@ -17,7 +17,7 @@ #ifndef MAIN_H #define MAIN_H -#define INCLUDE_FILE_VERSION (0x290) -#define PLUGIN_VERSION "2.9.0" +#define INCLUDE_FILE_VERSION (0x291) +#define PLUGIN_VERSION "2.9.1" #endif diff --git a/streamer.inc b/streamer.inc index 02e20229..92ea8106 100644 --- a/streamer.inc +++ b/streamer.inc @@ -116,7 +116,7 @@ // Include File Version -public Streamer_IncludeFileVersion = 0x290; +public Streamer_IncludeFileVersion = 0x291; #pragma unused Streamer_IncludeFileVersion diff --git a/streamer.rc b/streamer.rc index 9602a7d5..748a7042 100644 --- a/streamer.rc +++ b/streamer.rc @@ -2,7 +2,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 VERSIONINFO - FILEVERSION 2,8,2,0 + FILEVERSION 2,9,1,0 { BLOCK "StringFileInfo" { @@ -12,7 +12,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VALUE "LegalCopyright", "Copyright © 2017 Incognito" VALUE "OriginalFilename", "streamer.dll" VALUE "ProductName", "SA-MP Streamer Plugin" - VALUE "ProductVersion", "v2.8.2" + VALUE "ProductVersion", "v2.9.1" } } BLOCK "VarFileInfo"