Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGoOtaku committed Nov 28, 2023
1 parent 4a87bc9 commit 7f3c136
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions doc/manual/en_us/pev.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Legend:
- Bug fixed
! Known issue / missing feature

pev 0.83 - November 28, 2023
* Add Linux install info to readme
* Remove _FORTIFY_SOURCE definitions
- Fix 8 character long section names being cut off
- Various improvements for readpe
- Removed all exit() calls from libpe
- Fix and improve tests


pev 0.82 - May 12, 2023
* added more image machine types
- fix build on GNU/hurd and kFreeBSD
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.82"
#define VERSION "0.83"
#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.82
VERSION = 0.83
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.82
Version: 0.83
Release: 1
License: GPL2
URL: http://pev.sf.net/
Expand Down

0 comments on commit 7f3c136

Please sign in to comment.