]> www.ginac.de Git - cln.git/blobdiff - include/cln/version.h.in
[build] Move CLN version info into the include/cln/version.h file...
[cln.git] / include / cln / version.h.in
diff --git a/include/cln/version.h.in b/include/cln/version.h.in
deleted file mode 100644 (file)
index aacd909..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/* CLN version information */
-
-#ifndef _CL_VERSION_H
-#define _CL_VERSION_H
-
-/* CLN release number */
-#undef CL_VERSION
-
-/* Major version number of CLN */
-#undef CL_VERSION_MAJOR
-
-/* Minor version number of CLN */
-#undef CL_VERSION_MINOR
-
-/* Patchlevel version number of CLN */
-#undef CL_VERSION_PATCHLEVEL
-
-namespace cln {
-
-extern const int version_major;
-extern const int version_minor;
-extern const int version_patchlevel;
-
-}  // namespace cln
-
-#endif  /* _CL_VERSION_H */