Skip to content

Commit 6dad0a1

Browse files
author
samp-incognito
committed
Update version number and CHANGES
1 parent 46ab18b commit 6dad0a1

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
SA-MP Streamer Plugin
22
=====================
33

4+
v2.9.4
5+
------
6+
7+
- Fixed map icon bug with Streamer_SetItemOffset
8+
- Improved tags in include file (thanks Y_Less)
9+
- Fixed crash on GMX that occurred when actors were streamed in
10+
411
v2.9.3
512
------
613

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22
project(streamer)
33

4-
set(PLUGIN_VERSION "2.9.3")
4+
set(PLUGIN_VERSION "2.9.4")
55

66
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
77
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/lib/cmake-modules")

src/main.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef MAIN_H
1818
#define MAIN_H
1919

20-
#define INCLUDE_FILE_VERSION (0x293)
21-
#define PLUGIN_VERSION "2.9.3"
20+
#define INCLUDE_FILE_VERSION (0x294)
21+
#define PLUGIN_VERSION "2.9.4"
2222

2323
#endif

streamer.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
// Include File Version
118118

119-
public Streamer_IncludeFileVersion = 0x293;
119+
public Streamer_IncludeFileVersion = 0x294;
120120

121121
#pragma unused Streamer_IncludeFileVersion
122122

streamer.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
44
1 VERSIONINFO
5-
FILEVERSION 2,9,3,0
5+
FILEVERSION 2,9,4,0
66
{
77
BLOCK "StringFileInfo"
88
{
@@ -12,7 +12,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1212
VALUE "LegalCopyright", "Copyright � 2017 Incognito"
1313
VALUE "OriginalFilename", "streamer.dll"
1414
VALUE "ProductName", "SA-MP Streamer Plugin"
15-
VALUE "ProductVersion", "v2.9.3"
15+
VALUE "ProductVersion", "v2.9.4"
1616
}
1717
}
1818
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)