Skip to content

Commit

Permalink
Update version to 0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGoOtaku committed Feb 1, 2024
1 parent 4b88b9a commit 3c4163e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIBPE_DIR = lib/libpe
PEV_DIR = src
VERSION = 0.82
VERSION = 0.84
ZIPDIR = pev-$(VERSION)-win
ZIPFILE = $(ZIPDIR).zip

Expand Down
3 changes: 3 additions & 0 deletions doc/manual/en_us/pev.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Legend:
- Bug fixed
! Known issue / missing feature

pev 0.84 - February 1, 2024
* Add test executable

pev 0.83 - November 28, 2023
* Add Linux install info to readme
* Remove _FORTIFY_SOURCE definitions
Expand Down
2 changes: 1 addition & 1 deletion include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

#define MAX_MSG 81
#define MAX_PATH 256
#define VERSION "0.83"
#define VERSION "0.84"
#define TOOLKIT "from pev " VERSION " <https://github.com/mentebinaria/readpe/> toolkit"
#define COPY \
"License GPLv2+: GNU GPL version 2 or later <https://www.gnu.org/licenses/gpl-2.0.txt>.\n" \
Expand Down
2 changes: 1 addition & 1 deletion lib/libpe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LIBS = -lssl -lcrypto -lm
# override CFLAGS += -fPIC
#endif

VERSION = 0.83
VERSION = 0.84
LIBNAME = libpe

SRC_DIRS = $(srcdir) $(srcdir)/libfuzzy
Expand Down
2 changes: 1 addition & 1 deletion pev.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: pev
Version: 0.83
Version: 0.84
Release: 1
License: GPL2
URL: http://pev.sf.net/
Expand Down

0 comments on commit 3c4163e

Please sign in to comment.