From 496451ebb9486490ff7da281e55de63b32c9b788 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 21 Apr 2020 16:45:41 -0300 Subject: [PATCH] Remove unwanted defines Version definitions moved to CMakeLists.txt --- llarp/constants/version.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llarp/constants/version.h b/llarp/constants/version.h index e7099db99..3434517c6 100644 --- a/llarp/constants/version.h +++ b/llarp/constants/version.h @@ -6,10 +6,6 @@ #define LLARP_NAME "lokinet" -#define LLARP_VERSION_MAJ 0 -#define LLARP_VERSION_MIN 7 -#define LLARP_VERSION_PATCH 0 - #define LLARP_DEFAULT_NETID "lokinet" #ifndef LLARP_RELEASE_MOTTO