From 45b6e552334168ae3341b2ea5bf3cc0458f62352 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sun, 29 Oct 2017 21:55:27 +0000 Subject: [PATCH] Add version defines --- optional.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/optional.hpp b/optional.hpp index f17e4da..d3bd44b 100644 --- a/optional.hpp +++ b/optional.hpp @@ -14,6 +14,9 @@ #ifndef TL_OPTIONAL_HPP #define TL_OPTIONAL_HPP +#define TL_OPTIONAL_VERSION_MAJOR 0 +#define TL_OPTIONAL_VERSION_MINOR 2 + #include #include #include