From f813ae3e1ab9118931587912ec2eb5a28d0eb8cb Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 18 Nov 2021 15:10:41 -0800 Subject: [PATCH] back to 0.8.11 --- RELEASES.md | 5 +---- selfdrive/common/version.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 42d5514ff..51043a620 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,3 @@ -Version 0.8.12 (202X-XX-XX) -======================== - * Volkswagen T-Roc 2021 support thanks to jyoung8607! - Version 0.8.11 (2021-11-22) ======================== * Support for an external panda on the comma three @@ -11,6 +7,7 @@ Version 0.8.11 (2021-11-22) * Cadillac Escalade ESV 2016 support thanks to Gibby! * Mazda CX-9 2021 support thanks to Jacar! * Volkswagen Polo 2020 support thanks to jyoung8607! + * Volkswagen T-Roc 2021 support thanks to jyoung8607! Version 0.8.10 (2021-11-01) ======================== diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index aa786903c..9f00fac4f 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.8.12" +#define COMMA_VERSION "0.8.11"