update version to v0.4.0

This commit is contained in:
Recep Aslantas
2018-04-11 12:36:39 +03:00
parent 0e63c245d4
commit 9ae8da3e0a
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#*****************************************************************************
AC_PREREQ([2.69])
AC_INIT([cglm], [0.3.6], [info@recp.me])
AC_INIT([cglm], [0.4.0], [info@recp.me])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_MACRO_DIR([m4])

View File

@@ -9,7 +9,7 @@
#define cglm_version_h
#define CGLM_VERSION_MAJOR 0
#define CGLM_VERSION_MINOR 3
#define CGLM_VERSION_PATCH 6
#define CGLM_VERSION_MINOR 4
#define CGLM_VERSION_PATCH 0
#endif /* cglm_version_h */