Skip to content

Commit

Permalink
Update version number and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
samp-incognito committed Oct 24, 2018
1 parent 46ab18b commit 6dad0a1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
SA-MP Streamer Plugin
=====================

v2.9.4
------

- Fixed map icon bug with Streamer_SetItemOffset
- Improved tags in include file (thanks Y_Less)
- Fixed crash on GMX that occurred when actors were streamed in

v2.9.3
------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(streamer)

set(PLUGIN_VERSION "2.9.3")
set(PLUGIN_VERSION "2.9.4")

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/lib/cmake-modules")
Expand Down
4 changes: 2 additions & 2 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef MAIN_H
#define MAIN_H

#define INCLUDE_FILE_VERSION (0x293)
#define PLUGIN_VERSION "2.9.3"
#define INCLUDE_FILE_VERSION (0x294)
#define PLUGIN_VERSION "2.9.4"

#endif
2 changes: 1 addition & 1 deletion streamer.inc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

// Include File Version

public Streamer_IncludeFileVersion = 0x293;
public Streamer_IncludeFileVersion = 0x294;

#pragma unused Streamer_IncludeFileVersion

Expand Down
4 changes: 2 additions & 2 deletions streamer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1 VERSIONINFO
FILEVERSION 2,9,3,0
FILEVERSION 2,9,4,0
{
BLOCK "StringFileInfo"
{
Expand All @@ -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.9.3"
VALUE "ProductVersion", "v2.9.4"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6dad0a1

Please sign in to comment.