Skip to content

Commit 2f57f48

Browse files
Update version to v1.9.0.
1 parent 4589b42 commit 2f57f48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
*.cachefile
3131
*.ilk
3232
*.pdb
33+
*.pgd
34+
*.pgc
3335

3436
# Executables
3537
*.exe

src/compress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace maxcso {
99

10-
static const char *VERSION = "1.8.0";
10+
static const char *VERSION = "1.9.0";
1111

1212
static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;
1313

0 commit comments

Comments
 (0)