Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
enc-amf: Actually update the plugin.h file too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fabian Dirks committed Sep 2, 2016
1 parent 4f892e4 commit 5306245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enc-amf/Include/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SOFTWARE.

#define PLUGIN_VERSION_MAJOR 1
#define PLUGIN_VERSION_MINOR 3
#define PLUGIN_VERSION_RELEASE 0pre6
#define PLUGIN_VERSION_RELEASE 0pre7
#define PLUGIN_VERSION_FULL (((uint64_t)PLUGIN_VERSION_MAJOR << 48ull) | ((uint64_t)PLUGIN_VERSION_MINOR << 16ull) | ((uint64_t)PLUGIN_VERSION_RELEASE))
#define PLUGIN_VERSION_TEXT vstr(PLUGIN_VERSION_MAJOR) "." vstr(PLUGIN_VERSION_MINOR) "." vstr(PLUGIN_VERSION_RELEASE) "-" vstr(AMF_VERSION_MAJOR) "." vstr(AMF_VERSION_MINOR) "." vstr(AMF_VERSION_RELEASE) "." vstr(AMF_VERSION_BUILD_NUM)

Expand Down

0 comments on commit 5306245

Please sign in to comment.