Bumped version to 1.4

This commit is contained in:
wiire-a 2017-12-04 00:18:16 +01:00
parent 72de3759ed
commit cb38f8f97c
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.4.0] - 2017-12-04
### Added
- Multi-threading support @rofl0r.
- Huge performance optimizations (`--mode 3`).

View File

@ -17,7 +17,7 @@
#ifndef VERSION_H
#define VERSION_H
#define SHORT_VERSION "1.3"
#define LONG_VERSION "1.3.0"
#define SHORT_VERSION "1.4"
#define LONG_VERSION "1.4.0"
#endif /* VERSION_H */

View File

@ -1,4 +1,4 @@
PKG_NAME:=pixiewps
PKG_VERSION:=1.3
PKG_VERSION:=1.4
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0+