Skip to content

Commit a55c2f2

Browse files
author
samp-incognito
committed
Update version number
1 parent 5081817 commit a55c2f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 (0x279001)
21-
#define PLUGIN_VERSION "2.7.9"
20+
#define INCLUDE_FILE_VERSION (0x280001)
21+
#define PLUGIN_VERSION "2.8"
2222

2323
#endif

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,7,9,0
5+
FILEVERSION 2,8,0,0
66
{
77
BLOCK "StringFileInfo"
88
{
@@ -12,7 +12,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1212
VALUE "LegalCopyright", "Copyright � 2016 Incognito"
1313
VALUE "OriginalFilename", "streamer.dll"
1414
VALUE "ProductName", "SA-MP Streamer Plugin"
15-
VALUE "ProductVersion", "v2.7.9"
15+
VALUE "ProductVersion", "v2.8"
1616
}
1717
}
1818
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)