Bump ttcVersion.

This commit is contained in:
Matus Tejiscak 2020-05-22 21:07:47 +02:00
parent 394047906d
commit 1de9c54506

View File

@ -28,7 +28,7 @@ import Data.Buffer
-- TTC files can only be compatible if the version number is the same
export
ttcVersion : Int
ttcVersion = 28
ttcVersion = 29
export
checkTTCVersion : String -> Int -> Int -> Core ()