diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 13:12:50 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 13:12:50 -0500 |
| commit | de38c5f0c15e2450502d7dfe68f7974898d28d17 (patch) | |
| tree | 8fdcb42b5e24e77ca81652ad0306afa60751bb78 | |
| parent | e555117c1d1069cdb437b08e452f7b32c9db6b44 (diff) | |
| download | reloc-de38c5f0c15e2450502d7dfe68f7974898d28d17.tar.gz | |
Fix broken versioning
| -rw-r--r-- | version.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h.in b/version.h.in index d6a4edf..ef343c9 100644 --- a/version.h.in +++ b/version.h.in @@ -1,5 +1,5 @@ #ifndef RELOC_VERSION_H -#define VERSION "1.0.0" +#define VERSION "${VERSION}" #endif // RELOC_VERSION_H |
