Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Oct 30, 2022
1 parent ff85b51 commit 1e76e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define LIBPGFE_MAJOR_VERSION 0
#define LIBPGFE_MINOR_VERSION 5
#define LIBPGFE_REVISION 0
#define LIBPGFE_VARIANT
#define LIBPGFE_VARIANT ""

#define LIBPGFE_VERSION "0.5.0"

Expand Down
2 changes: 1 addition & 1 deletion scripts/version.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define LIBPGFE_MAJOR_VERSION {major_version}
#define LIBPGFE_MINOR_VERSION {minor_version}
#define LIBPGFE_REVISION {revision}
#define LIBPGFE_VARIANT {variant}
#define LIBPGFE_VARIANT "{variant}"

#define LIBPGFE_VERSION "{version}"

Expand Down

0 comments on commit 1e76e4e

Please sign in to comment.