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 Apr 24, 2017
1 parent 3875056 commit 0b91741
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
------

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 (0x290)
#define PLUGIN_VERSION "2.9.0"
#define INCLUDE_FILE_VERSION (0x291)
#define PLUGIN_VERSION "2.9.1"

#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 = 0x290;
public Streamer_IncludeFileVersion = 0x291;

#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,8,2,0
FILEVERSION 2,9,1,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.8.2"
VALUE "ProductVersion", "v2.9.1"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 0b91741

Please sign in to comment.