Renamed parser helper, upcounted version number.

This commit is contained in:
Marvin Blum
2015-12-15 23:23:24 +01:00
parent 59831fed32
commit 29804f0d20
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import (
) )
const ( const (
version = "1.1.1" version = "1.2.0"
extension = ".asl" extension = ".asl"
sqfextension = ".sqf" sqfextension = ".sqf"
PathSeparator = string(os.PathSeparator) PathSeparator = string(os.PathSeparator)