diff --git a/include/env_utils.h b/include/env_utils.h index 5da4bc3..6d82a5f 100644 --- a/include/env_utils.h +++ b/include/env_utils.h @@ -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. diff --git a/meson.build b/meson.build index 09bbbad..5306b37 100644 --- a/meson.build +++ b/meson.build @@ -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 = []