diff --git a/src/denoiser/Version.hpp b/src/core/Version.hpp similarity index 91% rename from src/denoiser/Version.hpp rename to src/core/Version.hpp index 6d784c32..824b7c5f 100644 --- a/src/denoiser/Version.hpp +++ b/src/core/Version.hpp @@ -3,7 +3,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define _QUOTE(S) #S #define _STR(S) _QUOTE(S) diff --git a/src/hdrmanip/Version.hpp b/src/hdrmanip/Version.hpp deleted file mode 100644 index 6d784c32..00000000 --- a/src/hdrmanip/Version.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VERSION_HPP_ -#define VERSION_HPP_ - -#define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 0 - -#define _QUOTE(S) #S -#define _STR(S) _QUOTE(S) -#define VERSION_STRING _STR(VERSION_MAJOR) "." _STR(VERSION_MINOR) "." _STR(VERSION_PATCH) - -#endif /* VERSION_HPP_ */ diff --git a/src/json2xml/Version.hpp b/src/json2xml/Version.hpp deleted file mode 100644 index 6d784c32..00000000 --- a/src/json2xml/Version.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VERSION_HPP_ -#define VERSION_HPP_ - -#define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 0 - -#define _QUOTE(S) #S -#define _STR(S) _QUOTE(S) -#define VERSION_STRING _STR(VERSION_MAJOR) "." _STR(VERSION_MINOR) "." _STR(VERSION_PATCH) - -#endif /* VERSION_HPP_ */ diff --git a/src/obj2json/Version.hpp b/src/obj2json/Version.hpp deleted file mode 100644 index 6d784c32..00000000 --- a/src/obj2json/Version.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VERSION_HPP_ -#define VERSION_HPP_ - -#define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 0 - -#define _QUOTE(S) #S -#define _STR(S) _QUOTE(S) -#define VERSION_STRING _STR(VERSION_MAJOR) "." _STR(VERSION_MINOR) "." _STR(VERSION_PATCH) - -#endif /* VERSION_HPP_ */ diff --git a/src/scenemanip/Version.hpp b/src/scenemanip/Version.hpp deleted file mode 100644 index 6d784c32..00000000 --- a/src/scenemanip/Version.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VERSION_HPP_ -#define VERSION_HPP_ - -#define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 0 - -#define _QUOTE(S) #S -#define _STR(S) _QUOTE(S) -#define VERSION_STRING _STR(VERSION_MAJOR) "." _STR(VERSION_MINOR) "." _STR(VERSION_PATCH) - -#endif /* VERSION_HPP_ */ diff --git a/src/tungsten-server/Version.hpp b/src/tungsten-server/Version.hpp deleted file mode 100644 index 6d784c32..00000000 --- a/src/tungsten-server/Version.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VERSION_HPP_ -#define VERSION_HPP_ - -#define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 0 - -#define _QUOTE(S) #S -#define _STR(S) _QUOTE(S) -#define VERSION_STRING _STR(VERSION_MAJOR) "." _STR(VERSION_MINOR) "." _STR(VERSION_PATCH) - -#endif /* VERSION_HPP_ */ diff --git a/src/tungsten/Version.hpp b/src/tungsten/Version.hpp deleted file mode 100644 index 6d784c32..00000000 --- a/src/tungsten/Version.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VERSION_HPP_ -#define VERSION_HPP_ - -#define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 0 - -#define _QUOTE(S) #S -#define _STR(S) _QUOTE(S) -#define VERSION_STRING _STR(VERSION_MAJOR) "." _STR(VERSION_MINOR) "." _STR(VERSION_PATCH) - -#endif /* VERSION_HPP_ */