Commit bd1aba95e574470b73aeab42ccfb359ae2968bfb
1 parent
79a85353
zmiana wersji pliku z automatem
git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@117 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing
2 changed files
with
2 additions
and
2 deletions
fsabuilder/morfeuszbuilder/fsa/serializer.py
morfeusz/fsa/const.cpp
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | #include "const.hpp" |
3 | 3 | |
4 | 4 | extern const uint32_t MAGIC_NUMBER = 0x8fc2bc1b; |
5 | -extern const uint8_t VERSION_NUM = 10; | |
5 | +extern const uint8_t VERSION_NUM = 11; | |
6 | 6 | |
7 | 7 | extern const unsigned int VERSION_NUM_OFFSET = 4; |
8 | 8 | extern const unsigned int IMPLEMENTATION_NUM_OFFSET = 5; |
... | ... |