Skip to content

Commit

Permalink
version 1.4.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Jan 8, 2024
1 parent c9b799b commit 9426745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biscuit.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

#define BISCUIT_VERSION_MAJOR 1
#define BISCUIT_VERSION_MINOR 4
#define BISCUIT_VERSION_PATCH 0
#define BISCUIT_VERSION_DEVEL ""
#define BISCUIT_VERSION_PATCH 1
#define BISCUIT_VERSION_DEVEL "-dev"

#define PACKAGE_VERSION \
TO_STR (BISCUIT_VERSION_MAJOR) \
Expand Down

0 comments on commit 9426745

Please sign in to comment.