Skip to content

Commit

Permalink
project: Update for 1.13.1 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Dec 23, 2023
1 parent a5f55b5 commit 33ecc6c
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 13
#define VERSION_PATCH 0
#define VERSION_PATCH 1
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.13.0"
#define VERSION_STRING " v1.13.0"
#define VERSION_STRING_NOSP "v1.13.1"
#define VERSION_STRING " v1.13.1"

0 comments on commit 33ecc6c

Please sign in to comment.