summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-07-02 13:57:33 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-07-23 09:53:10 -0700
commit8efc95955770989b3d09c011bc3e311f84787f1d (patch)
tree165356fb50a17b5b657bacf60126c1f5ab882311 /cmake
parent866255fc608e4c562c1bad90f0afb0c391e6ce49 (diff)
downloadrabbitmq-c-github-ask-8efc95955770989b3d09c011bc3e311f84787f1d.tar.gz
Add compile and runtime library version functions
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 9535d66..e7a83c4 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -2,8 +2,6 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define VERSION "${VERSION}"
-
#ifndef __cplusplus
# define inline ${C_INLINE_KEYWORD}
#endif