Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
randy408 committed Aug 1, 2018
1 parent 5bfb632 commit 51cb9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libspng', 'c', version : '0.2.0', default_options : ['c_std=c99'])
project('libspng', 'c', version : '0.3.0', default_options : ['c_std=c99'])

zlib_dep = dependency('zlib')

Expand Down
2 changes: 1 addition & 1 deletion spng.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extern "C" {
#include <stdint.h>

#define SPNG_VERSION_MAJOR 0
#define SPNG_VERSION_MINOR 2
#define SPNG_VERSION_MINOR 3
#define SPNG_VERSION_PATCH 0

enum spng_errno
Expand Down

0 comments on commit 51cb9d9

Please sign in to comment.