]> git.mxchange.org Git - simgear.git/blobdiff - simgear/constants.h
Patch from Melchior Franz:
[simgear.git] / simgear / constants.h
index da6986e057bc0102cb01f4735c091f282e54b3e6..dcb266d0f9d4237e70c393085cdc1fdff04495ce 100644 (file)
 #define _SG_CONSTANTS_H
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #ifdef SG_HAVE_STD_INCLUDES
 
 /** Highest binobj format version we know how to read/write.  This starts at
  *  0 and can go up to 65535 */
-#define SG_BINOBJ_VERSION 5
+#define SG_BINOBJ_VERSION 6
 
 /** for backwards compatibility */
 #define SG_SCENERY_FILE_FORMAT "0.4"