File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.13 )
2
2
project (cglm
3
- VERSION 0.9.5
3
+ VERSION 0.9.6
4
4
HOMEPAGE_URL https://github.com/recp/cglm
5
5
DESCRIPTION "OpenGL Mathematics (glm) for C"
6
6
LANGUAGES C
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
# Description
4
4
s . name = "cglm"
5
- s . version = "0.9.4 "
5
+ s . version = "0.9.5 "
6
6
s . summary = "📽 Highly Optimized Graphics Math (glm) for C"
7
7
s . description = <<-DESC
8
8
cglm is math library for graphics programming for C. See the documentation or README for all features.
Original file line number Diff line number Diff line change 7
7
# *****************************************************************************
8
8
9
9
AC_PREREQ ( [ 2.69] )
10
- AC_INIT ( [ cglm] , [ 0.9.5 ] , [ info@recp.me] )
10
+ AC_INIT ( [ cglm] , [ 0.9.6 ] , [ info@recp.me] )
11
11
AM_INIT_AUTOMAKE ( [ -Wall foreign subdir-objects serial-tests] )
12
12
13
13
# Don't use the default cflags (-O2 -g), we set ours manually in Makefile.am.
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'0.9.5 '
65
+ version = u'0.9.6 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'0.9.5 '
67
+ release = u'0.9.6 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
11
11
#define CGLM_VERSION_MAJOR 0
12
12
#define CGLM_VERSION_MINOR 9
13
- #define CGLM_VERSION_PATCH 5
13
+ #define CGLM_VERSION_PATCH 6
14
14
15
15
#endif /* cglm_version_h */
Original file line number Diff line number Diff line change 1
1
project (' cglm' , ' c' ,
2
- version : ' 0.9.5 ' ,
2
+ version : ' 0.9.6 ' ,
3
3
license : ' mit' ,
4
4
default_options : [
5
5
' c_std=c11' ,
You can’t perform that action at this time.
0 commit comments