From 1c3a7351cc6ac1087fd17b0c52641114e8fe2a53 Mon Sep 17 00:00:00 2001 From: wiire Date: Mon, 4 Jan 2016 23:08:02 +0100 Subject: [PATCH] Updated to 1.2.2 --- src/version.h | 2 +- version.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index c9efc4a..4fc99d9 100644 --- a/src/version.h +++ b/src/version.h @@ -22,6 +22,6 @@ #define VERSION_H #define SHORT_VERSION "1.2" -#define LONG_VERSION "1.2.1" +#define LONG_VERSION "1.2.2" #endif /* VERSION_H */ diff --git a/version.mk b/version.mk index fe9ae07..33c8f20 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ PKG_NAME:=pixiewps PKG_VERSION:=1.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0+