Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
Conflicts:
	setup.py
  • Loading branch information
kiyo-masui committed Mar 11, 2015
2 parents 27a4bf4 + c0b65a4 commit e6db038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_POINT = 0
VERSION_POINT = 1

# Only unset in the 'release' branch and in tags.
VERSION_DEV = 0

VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_POINT)
Expand Down
2 changes: 1 addition & 1 deletion src/bshuf_h5filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define BSHUF_H5_COMPRESS_LZ4 2


H5Z_class_t bshuf_H5Filter[1];
extern H5Z_class_t bshuf_H5Filter[1];


/* ---- bshuf_register_h5filter ----
Expand Down

0 comments on commit e6db038

Please sign in to comment.