diff options
author | Moonchild <moonchild@palemoon.org> | 2021-04-21 03:57:43 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-04-21 03:57:43 +0000 |
commit | b83c7c786566f565c82bfcb86747dd08794066d6 (patch) | |
tree | be54a644000ba1eed6cc16e95b9bd40565be26f2 /media/libaom/config/aom_version.h | |
parent | f753d342aa37fac391aed02077086d6c750f2965 (diff) | |
parent | 5e705bd5059da5b7a39e3a096b7c7f59cb466730 (diff) | |
download | uxp-246896eeeb56ed72878c1ae4f64d6ddba6b2880f.tar.gz |
Merge branch 'master' into releaseRELBASE_20210427RC_20210421
Diffstat (limited to 'media/libaom/config/aom_version.h')
-rw-r--r-- | media/libaom/config/aom_version.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media/libaom/config/aom_version.h b/media/libaom/config/aom_version.h index b791ef64dd..92de763be8 100644 --- a/media/libaom/config/aom_version.h +++ b/media/libaom/config/aom_version.h @@ -1,7 +1,7 @@ -#define VERSION_MAJOR 0 -#define VERSION_MINOR 1 -#define VERSION_PATCH 0 +#define VERSION_MAJOR 2 +#define VERSION_MINOR 0 +#define VERSION_PATCH 2 #define VERSION_EXTRA "" #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) -#define VERSION_STRING_NOSP "v0.1.0" -#define VERSION_STRING " v0.1.0" +#define VERSION_STRING_NOSP "v2.0.2" +#define VERSION_STRING " v2.0.2" |