diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 12:47:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 20:23:08 +0300 |
commit | 2ebf9de408f3fd629126a20b21221e186195813c (patch) | |
tree | a745c1e01050eb65abde693b4e75fc5159d005d6 /libbrep | |
parent | 951b7a4d3dc63fbf71059c7a3fc0bcec3c393fbe (diff) |
Add libstudxml version check
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/version.hxx.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libbrep/version.hxx.in b/libbrep/version.hxx.in index 437163f..6ebe13e 100644 --- a/libbrep/version.hxx.in +++ b/libbrep/version.hxx.in @@ -57,15 +57,6 @@ $libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ $libodb-pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ -// @@ Not really the correct place for the check since we don't use -// it here. -// -/* -#include <xml/version> - -$libstudxml.check(LIBSTUDXML_VERSION, LIBSTUDXML_SNAPSHOT)$ -*/ - // For now these are the same. // #define LIBBREP_VERSION BREP_VERSION |