From 3c4163e30896c9a22e996815d5e0f7876b3fc64f Mon Sep 17 00:00:00 2001 From: Ophelia Beatrice de Sica Date: Thu, 1 Feb 2024 04:39:11 +0100 Subject: [PATCH] Update version to 0.84 --- Makefile | 2 +- doc/manual/en_us/pev.docbook | 3 +++ include/common.h | 2 +- lib/libpe/Makefile | 2 +- pev.spec | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 51637e9..128d138 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LIBPE_DIR = lib/libpe PEV_DIR = src -VERSION = 0.82 +VERSION = 0.84 ZIPDIR = pev-$(VERSION)-win ZIPFILE = $(ZIPDIR).zip diff --git a/doc/manual/en_us/pev.docbook b/doc/manual/en_us/pev.docbook index fc1c858..beaa39b 100644 --- a/doc/manual/en_us/pev.docbook +++ b/doc/manual/en_us/pev.docbook @@ -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 diff --git a/include/common.h b/include/common.h index 594e143..a1ed151 100644 --- a/include/common.h +++ b/include/common.h @@ -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 " toolkit" #define COPY \ "License GPLv2+: GNU GPL version 2 or later .\n" \ diff --git a/lib/libpe/Makefile b/lib/libpe/Makefile index 7330c6c..edccc1c 100644 --- a/lib/libpe/Makefile +++ b/lib/libpe/Makefile @@ -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 diff --git a/pev.spec b/pev.spec index 0bf4d9f..3550bf2 100644 --- a/pev.spec +++ b/pev.spec @@ -1,5 +1,5 @@ Name: pev -Version: 0.83 +Version: 0.84 Release: 1 License: GPL2 URL: http://pev.sf.net/