소스 검색

GRAVITY_NULL_SILENT is now disabled by default (too dangerous in loops).

Marco Bambini 7 년 전
부모
커밋
654dd1c4d4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/shared/gravity_value.h

+ 3 - 3
src/shared/gravity_value.h

@@ -66,8 +66,8 @@
 extern "C" {
 extern "C" {
 #endif
 #endif
 
 
-#define GRAVITY_VERSION						"0.4.3"     // git tag 0.4.3
-#define GRAVITY_VERSION_NUMBER				0x000403    // git push --tags
+#define GRAVITY_VERSION						"0.4.4"     // git tag 0.4.4
+#define GRAVITY_VERSION_NUMBER				0x000404    // git push --tags
 #define GRAVITY_BUILD_DATE					__DATE__
 #define GRAVITY_BUILD_DATE					__DATE__
 
 
 #ifndef GRAVITY_ENABLE_DOUBLE
 #ifndef GRAVITY_ENABLE_DOUBLE
@@ -83,7 +83,7 @@ extern "C" {
 #endif
 #endif
 
 
 #ifndef GRAVITY_NULL_SILENT
 #ifndef GRAVITY_NULL_SILENT
-#define GRAVITY_NULL_SILENT					1			// if 1 then messages sent to null does not produce any runtime error
+#define GRAVITY_NULL_SILENT					0			// if 1 then messages sent to null does not produce any runtime error
 #endif
 #endif
 
 
 #ifndef GRAVITY_MAP_DOTSUGAR
 #ifndef GRAVITY_MAP_DOTSUGAR