Skip to content

Commit

Permalink
Bumped version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wiire-a committed Dec 3, 2017
1 parent 72de375 commit cb38f8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion version.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_NAME:=pixiewps
PKG_VERSION:=1.3
PKG_VERSION:=1.4
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0+

0 comments on commit cb38f8f

Please sign in to comment.