From 37fe0cba52ce49977839eb7703ce6d7a42239a06 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 21 Jan 2018 06:49:51 +0300 Subject: Move version number into the public header --- src/adlmidi_private.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/adlmidi_private.hpp') diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 8b3c3a2..6dda27c 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -24,10 +24,6 @@ #ifndef ADLMIDI_PRIVATE_HPP #define ADLMIDI_PRIVATE_HPP -#ifndef ADLMIDI_VERSION -#define ADLMIDI_VERSION "1.3.1" -#endif - // Setup compiler defines useful for exporting required public API symbols in gme.cpp #ifndef ADLMIDI_EXPORT # if defined (_WIN32) && defined(ADLMIDI_BUILD_DLL) -- cgit v1.2.3