diff --git a/.gitignore b/.gitignore index 198243a5a..a6bd393a1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ *.cachefile *.ilk *.pdb +*.pgd +*.pgc # Executables *.exe diff --git a/src/compress.h b/src/compress.h index 4c30b42c8..a90ab9430 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.8.0"; +static const char *VERSION = "1.9.0"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;