diff --git a/VERSION b/VERSION index adfdae6..673b5ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-1 +2.44-1.1 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 636e4d0..84cf769 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-1 +Version: 2.44-1.1 Section: libraries Priority: optional Architecture: arm64 diff --git a/version.h b/version.h index c21a2f6..79ad7bf 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-1" +#define VERSION "2.44-1.1" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-1" +#define VERSION_MINOR "44-1.1"