Skip to content

Commit

Permalink
maint: return to being a "bleeding" version
Browse files Browse the repository at this point in the history
Back to the Future, a.k.a. drop the release macros. We're now back to
bleeding Jumbo.

Undefine RELEASE_BUILD.

Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
  • Loading branch information
claudioandre-br committed Jun 17, 2024
1 parent 95a74b7 commit 1cf7d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ OMPFLAGS =
#ICCOMPFLAGS = -openmp

# This should be commented out in Git but active in release tarballs
RELEASE_BLD = -DJTR_RELEASE_BUILD
#RELEASE_BLD = -DJTR_RELEASE_BUILD

# Try to auto-detect GMP libs. The grep is needed in case some of the
# paths does not exist, because find will return false even though finding a
Expand Down
4 changes: 2 additions & 2 deletions src/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
* Define this for release tarballs. It affects the version reporting (will
* be the string above and below and never a Git hash).
*/
#define JTR_RELEASE_BUILD 1
//#define JTR_RELEASE_BUILD 1

/*
* Jumbo's version number. Note that we must uncomment JTR_RELEASE_BUILD
* above, in any release tar-balls (and only then, never ever in Git).
*/
#define JUMBO_POSTFIX "-ce"
#define JUMBO_POSTFIX ""

#if JTR_RELEASE_BUILD
#define JUMBO_VERSION JOHN_VERSION JUMBO_POSTFIX JTR_RELEASE_VERSION
Expand Down

0 comments on commit 1cf7d45

Please sign in to comment.