From a7cdbcec2b08d806ef4c72017c6ac017d88bb415 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sat, 17 Nov 2018 22:31:51 +0300 Subject: [PATCH] now working on v0.5.0 --- configure.ac | 2 +- docs/source/conf.py | 4 ++-- include/cglm/version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index e6d602d..6d878d7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ #***************************************************************************** AC_PREREQ([2.69]) -AC_INIT([cglm], [0.4.9], [info@recp.me]) +AC_INIT([cglm], [0.5.0], [info@recp.me]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/docs/source/conf.py b/docs/source/conf.py index 704d24e..5ce0313 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,9 +62,9 @@ author = u'Recep Aslantas' # built documents. # # The short X.Y version. -version = u'0.4.9' +version = u'0.5.0' # The full version, including alpha/beta/rc tags. -release = u'0.4.9' +release = u'0.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/include/cglm/version.h b/include/cglm/version.h index 7ec929b..d76d84f 100644 --- a/include/cglm/version.h +++ b/include/cglm/version.h @@ -9,7 +9,7 @@ #define cglm_version_h #define CGLM_VERSION_MAJOR 0 -#define CGLM_VERSION_MINOR 4 -#define CGLM_VERSION_PATCH 9 +#define CGLM_VERSION_MINOR 5 +#define CGLM_VERSION_PATCH 0 #endif /* cglm_version_h */