From dd9787782e37294c1c5debae80a1f3e951e2d681 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sat, 14 Dec 2019 20:45:00 +0000 Subject: [PATCH] Increment version to 2.60 Now that the upstream maintainer has abandoned this project without establishing another maintainer, its difficult to choose an appropriate version number. Going with 2.60 for now, as this only has incremental changes to support 4B. (cherry picked from commit 9aed9a44154eb68c2461aa72e1b32d85680fc1ae) --- VERSION | 2 +- version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f02fc20..f6a4163 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.50 +2.60 diff --git a/version.h b/version.h index 07e50ef..812dbdc 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.50" +#define VERSION "2.60" #define VERSION_MAJOR 2 -#define VERSION_MINOR 50 +#define VERSION_MINOR 60