Skip to content

Commit 72f83b2

Browse files
committed
Increase File Format to 3.0
- internal representation of bools changed with #152
1 parent f2d669a commit 72f83b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/splash/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/** we can always handle files from the same major release
3232
* changes in the minor number have to be backwards compatible
3333
*/
34-
#define SPLASH_FILE_FORMAT_MAJOR 2
35-
#define SPLASH_FILE_FORMAT_MINOR 1
34+
#define SPLASH_FILE_FORMAT_MAJOR 3
35+
#define SPLASH_FILE_FORMAT_MINOR 0
3636

3737
#endif /* VERSION_HPP */

0 commit comments

Comments
 (0)