Skip to content

Commit

Permalink
Bump 2017RC5 version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
WPMGPRoSToTeMa authored Mar 6, 2020
1 parent 2c740e0 commit a9ae70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ plugin_info_t Plugin_info = {
META_INTERFACE_VERSION, // ifvers
"VoiceTranscoder", // name
VOICETRANSCODER_VERSION, // version
"2019.11.02", // date
"2020.03.06", // date
"WPMG.PRoSToC0der", // author
"http://vtc.wpmg.ru/", // url
"VTC", // logtag, all caps please
Expand Down
2 changes: 1 addition & 1 deletion VoiceTranscoderAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <cstddef>

const char VOICETRANSCODER_VERSION[] = "2017RC4";
const char VOICETRANSCODER_VERSION[] = "2017RC5";

const size_t VOICETRANSCODER_API_VERSION_MAJOR = 3;
const size_t VOICETRANSCODER_API_VERSION_MINOR = 1;
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
- job_name: Pack
appveyor_build_worker_image: Visual Studio 2019
job_depends_on: Build
version: 2017RC4-{build}
version: 2017RC5-{build}
for:
-
matrix:
Expand Down

0 comments on commit a9ae70b

Please sign in to comment.