Skip to content

Commit

Permalink
version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekert committed Nov 16, 2014
1 parent d72c9d3 commit 34dda4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion VolumeOptions_TS3Plugin/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "../ts3client/public_rare_definitions.h"
#include "../ts3client/ts3_functions.h"
#include "../volumeoptions/plugin.h"
#include "../volumeoptions/version.h"

static struct TS3Functions ts3Functions;
static VolumeOptions* g_voptions; // our plugin main class
Expand Down Expand Up @@ -80,7 +81,7 @@ const char* ts3plugin_name() {

/* Plugin version */
const char* ts3plugin_version() {
return "0.7.318";
return VO_VERSION_RELEASE_STR;
}

/* Plugin API version. Must be the same as the clients API major version, else the plugin fails to load. */
Expand Down
18 changes: 9 additions & 9 deletions VolumeOptions_TS3Plugin/volumeoptions/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ Customized by Paul Dolcet.
//for now i use a incremental number from tool verbuild.

// START verbuild generated numbers
#define VERSION_FULL 0.7.318.12
#define VERSION_FULL 0.7.319.16

#define VERSION_DATE "2014-11-15"
#define VERSION_TIME "22:14:53"
#define VERSION_DATE "2014-11-16"
#define VERSION_TIME "12:31:01"
#define VERSION_BASEYEAR 2014

#define VERSION_MAJOR 0
#define VERSION_MINOR 7
#define VERSION_BUILDNO 318
#define VERSION_EXTEND 12
#define VERSION_BUILDNO 319
#define VERSION_EXTEND 16

#define VERSION_FILE 0,7,318,12
#define VERSION_PRODUCT 0,7,318,12
#define VERSION_FILESTR "0,7,318,12"
#define VERSION_PRODUCTSTR "0,7,318,12"
#define VERSION_FILE 0,7,319,16
#define VERSION_PRODUCT 0,7,319,16
#define VERSION_FILESTR "0,7,319,16"
#define VERSION_PRODUCTSTR "0,7,319,16"
// END verbuild generation


Expand Down

0 comments on commit 34dda4a

Please sign in to comment.