From ee662869ddccb66ca0781200be900cf224971c1b Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 24 Jun 2020 12:29:23 +0200 Subject: [PATCH] Release android-libs 0.12.0-1 The main change is updating the assets. (This manual release process is terrible, and I can't wait for migrating fully to probe-engine.) Part of https://github.com/ooni/probe-engine/issues/728 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c088a46..94bed44 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ PHONIES += all configure dist sign # Fields to change at every release EXPECTED_VER = 0.10.11-1 -VERSION_CODE = 60 -VERSION_NAME = 0.11.0-1 +VERSION_CODE = 61 +VERSION_NAME = 0.12.0-1 CELLAR = /usr/local/Cellar GENERIC_ASSETS = /usr/local/opt/generic-assets