mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
Bumped version to 1.4
This commit is contained in:
parent
72de3759ed
commit
cb38f8f97c
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.4.0] - 2017-12-04
|
||||||
### Added
|
### Added
|
||||||
- Multi-threading support @rofl0r.
|
- Multi-threading support @rofl0r.
|
||||||
- Huge performance optimizations (`--mode 3`).
|
- Huge performance optimizations (`--mode 3`).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#ifndef VERSION_H
|
#ifndef VERSION_H
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#define SHORT_VERSION "1.3"
|
#define SHORT_VERSION "1.4"
|
||||||
#define LONG_VERSION "1.3.0"
|
#define LONG_VERSION "1.4.0"
|
||||||
|
|
||||||
#endif /* VERSION_H */
|
#endif /* VERSION_H */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PKG_NAME:=pixiewps
|
PKG_NAME:=pixiewps
|
||||||
PKG_VERSION:=1.3
|
PKG_VERSION:=1.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user