Commit bd1aba95e574470b73aeab42ccfb359ae2968bfb

Authored by Michał Lenart
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
fsabuilder/morfeuszbuilder/fsa/serializer.py
... ... @@ -22,7 +22,7 @@ class Serializer(object):
22 22  
23 23 # get the Morfeusz file format version that is being encoded
24 24 def getVersion(self):
25   - return 10
  25 + return 11
26 26  
27 27 def serialize2CppFile(self, fname, generator, segmentationRulesData):
28 28 res = []
... ...
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;
... ...