now working on v0.4.2

This commit is contained in:
Recep Aslantas
2018-04-15 20:46:46 +03:00
parent 007ae62e06
commit f0a27d0ce2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -10,6 +10,6 @@
#define CGLM_VERSION_MAJOR 0
#define CGLM_VERSION_MINOR 4
#define CGLM_VERSION_PATCH 1
#define CGLM_VERSION_PATCH 2
#endif /* cglm_version_h */