diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-01-10 15:38:08 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-01-10 18:38:25 +0100 |
commit | b71c2cc9938eee649d6b4a787d4c4bebe849d6e9 (patch) | |
tree | 86cc8cc15f8ee3411bb1164aa8f859bef6ffd206 /src/irmd/config.h.in | |
parent | d501c9f496b3c8c5cfa870830108ce104174bf25 (diff) | |
download | ouroboros-b71c2cc9938eee649d6b4a787d4c4bebe849d6e9.tar.gz ouroboros-b71c2cc9938eee649d6b4a787d4c4bebe849d6e9.zip |
build: Add patchlevel to version
This adds a patchlevel to the Ouroboros version.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/irmd/config.h.in')
-rw-r--r-- | src/irmd/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in index 8ed66004..2a1a6d6a 100644 --- a/src/irmd/config.h.in +++ b/src/irmd/config.h.in @@ -30,6 +30,7 @@ #define OUROBOROS_VERSION_MAJOR @PACKAGE_VERSION_MAJOR@ #define OUROBOROS_VERSION_MINOR @PACKAGE_VERSION_MINOR@ +#define OUROBOROS_VERSION_PATCH @PACKAGE_VERSION_PATCH@ #define PTHREAD_COND_CLOCK @PTHREAD_COND_CLOCK@ |