Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Jun 22, 2023
1 parent fac2f3c commit 79396a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.26.0)

project(libpgfe
VERSION 0.7.3
VERSION 0.7.4
DESCRIPTION "Cryptographic library"
HOMEPAGE_URL "https://github.com/chardon55/libpgfe"
LANGUAGES C CXX
Expand Down
4 changes: 2 additions & 2 deletions include/libpgfe/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define LIBPGFE_MAJOR_VERSION 0
#define LIBPGFE_MINOR_VERSION 7
#define LIBPGFE_REVISION 3
#define LIBPGFE_REVISION 4
#define LIBPGFE_VARIANT ""

#define LIBPGFE_VERSION "0.7.3"
#define LIBPGFE_VERSION "0.7.4"

#endif
2 changes: 1 addition & 1 deletion metadata.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT := libpgfe
VERSION := 0.7.3
VERSION := 0.7.4

BUILD_DIR := build

Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "libpgfe",
"version": "0.7.3"
"version": "0.7.4"
}

0 comments on commit 79396a9

Please sign in to comment.