소스 검색

Changed encoder version to 2.0.0

Darryl Gough 12 년 전
부모
커밋
a03a9e7af8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/encoder/src/EncoderArguments.cpp

+ 1 - 1
tools/encoder/src/EncoderArguments.cpp

@@ -10,7 +10,7 @@
 
 // The encoder version number should be incremented when a feature is added to the encoder.
 // The encoder version is not the same as the GPB version.
-#define ENCODER_VERSION "1.8.0"
+#define ENCODER_VERSION "2.0.0"
 #define HEIGHTMAP_SIZE_MAX 2049
 
 namespace gameplay