Skip to content

Commit

Permalink
now working on v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Jan 15, 2019
1 parent d17c992 commit e3d3cd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#*****************************************************************************

AC_PREREQ([2.69])
AC_INIT([cglm], [0.5.1], [info@recp.me])
AC_INIT([cglm], [0.5.2], [info@recp.me])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])

AC_CONFIG_MACRO_DIR([m4])
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.5.1'
version = u'0.5.2'
# The full version, including alpha/beta/rc tags.
release = u'0.5.1'
release = u'0.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion include/cglm/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

#define CGLM_VERSION_MAJOR 0
#define CGLM_VERSION_MINOR 5
#define CGLM_VERSION_PATCH 1
#define CGLM_VERSION_PATCH 2

#endif /* cglm_version_h */

0 comments on commit e3d3cd8

Please sign in to comment.