Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
matyalatte committed Jun 4, 2024
1 parent ec3286e commit e2770bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/env_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ extern "C" {
#define _ENVU_ENUM(s) typedef unsigned int s; enum

// Version info
#define ENVU_VERSION "0.1.0"
#define ENVU_VERSION_INT 100
#define ENVU_VERSION "0.2.0"
#define ENVU_VERSION_INT 200

/**
* Gets the version of c-env-utils.
Expand Down
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ project('c-env-utils', ['c'],
'cpp_std=c++11', # strict C++11
'cpp_eh=sc', # shut the compiler up in some cases
'cpp_winlibs=', # likewise as with c_winlibs
],)
],
version: '0.2.0')

envu_link_args = []
envu_c_args = []
Expand Down

0 comments on commit e2770bb

Please sign in to comment.