diff options
-rw-r--r-- | langpacks/english/Plugins/mRadio.txt | 2 | ||||
-rw-r--r-- | langpacks/russian/Plugins/mRadio.txt | 2 | ||||
-rw-r--r-- | plugins/mRadio/mradio.rc | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/langpacks/english/Plugins/mRadio.txt b/langpacks/english/Plugins/mRadio.txt index 57d4391858..ccf8390bcb 100644 --- a/langpacks/english/Plugins/mRadio.txt +++ b/langpacks/english/Plugins/mRadio.txt @@ -2,7 +2,7 @@ ;============================================================
; File: mRadio.dll
; Module: mRadio
-; Version: 0.0.2.3
+; Version: 0.0.2.4
; Authors: Awkward
;============================================================
[This plugin plays and records Internet radio streams. Also local media files can be played.]
diff --git a/langpacks/russian/Plugins/mRadio.txt b/langpacks/russian/Plugins/mRadio.txt index 4ab08a2251..16d0ab1e4f 100644 --- a/langpacks/russian/Plugins/mRadio.txt +++ b/langpacks/russian/Plugins/mRadio.txt @@ -2,7 +2,7 @@ ;============================================================
; File: mRadio.dll
; Module: mRadio
-; Version: 0.0.2.3
+; Version: 0.0.2.4
; Authors: Awkward
;============================================================
[This plugin plays and records Internet radio streams. Also local media files can be played.]
diff --git a/plugins/mRadio/mradio.rc b/plugins/mRadio/mradio.rc index 08e7cbbd97..9d51638bc1 100644 --- a/plugins/mRadio/mradio.rc +++ b/plugins/mRadio/mradio.rc @@ -156,8 +156,8 @@ BTN_RECDN ICON "ico\recoff.ico" /*
LANGUAGE 0,0
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,2,3
- PRODUCTVERSION 0,0,2,3
+ FILEVERSION 0,0,2,4
+ PRODUCTVERSION 0,0,2,4
FILEFLAGSMASK $3F
FILEOS 4
FILETYPE 2
@@ -170,11 +170,11 @@ BEGIN VALUE "CompanyName",""0
VALUE "Comments", "Plugin to play Internet radio"0
VALUE "FileDescription", "mRadio Mod plugin for Miranda NG"0
- VALUE "FileVersion", "0, 0, 2, 3 "0
+ VALUE "FileVersion", "0, 0, 2, 4 "0
VALUE "InternalName", "mRadio Mod"0
VALUE "OriginalFilename", "mradio.dll"0
VALUE "ProductName", "mRadio Mod Dynamic Link Library (DLL)"0
- VALUE "ProductVersion", "0, 0, 2, 3 "0
+ VALUE "ProductVersion", "0, 0, 2, 4 "0
VALUE "SpecialBuild", "10.05.2012 "0
END
END
|