From 7b18d9fb358bca037b69a966440057f46bcd13e6 Mon Sep 17 00:00:00 2001 From: Jim Parziale Date: Sat, 5 Mar 2022 09:19:53 -0500 Subject: [PATCH] Update version --- VERSION | 2 +- debian-template/wiringPi/DEBIAN/control | 2 +- newVersion | 0 version.h | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 VERSION mode change 100755 => 100644 debian-template/wiringPi/DEBIAN/control mode change 100644 => 100755 newVersion mode change 100755 => 100644 version.h diff --git a/VERSION b/VERSION old mode 100755 new mode 100644 index 587cb39..b93b4f2 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.70 +2.71 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control old mode 100755 new mode 100644 index ee811af..31697b8 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: wiringpi -Version: 2.70 +Version: 2.71 Section: libraries Priority: optional Architecture: armhf diff --git a/newVersion b/newVersion old mode 100644 new mode 100755 diff --git a/version.h b/version.h old mode 100755 new mode 100644 index 10c398a..e54f1d3 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.70" +#define VERSION "2.71" #define VERSION_MAJOR 2 -#define VERSION_MINOR 70 +#define VERSION_MINOR 71