Skip to content

Commit

Permalink
project: Update for 1.11.0 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Oct 19, 2021
1 parent a67686b commit b78dc57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SMP/vpx_version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This file is generated. Do not edit.
#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_MINOR 11
#define VERSION_PATCH 0
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.10.0"
#define VERSION_STRING " v1.10.0"
#define VERSION_STRING_NOSP "v1.11.0"
#define VERSION_STRING " v1.11.0"

0 comments on commit b78dc57

Please sign in to comment.