Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samp-incognito committed Mar 3, 2016
1 parent 5081817 commit a55c2f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 (0x279001)
#define PLUGIN_VERSION "2.7.9"
#define INCLUDE_FILE_VERSION (0x280001)
#define PLUGIN_VERSION "2.8"

#endif
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,7,9,0
FILEVERSION 2,8,0,0
{
BLOCK "StringFileInfo"
{
Expand All @@ -12,7 +12,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
VALUE "LegalCopyright", "Copyright � 2016 Incognito"
VALUE "OriginalFilename", "streamer.dll"
VALUE "ProductName", "SA-MP Streamer Plugin"
VALUE "ProductVersion", "v2.7.9"
VALUE "ProductVersion", "v2.8"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit a55c2f2

Please sign in to comment.