Skip to content

Commit

Permalink
Release Graphene 1.6.2 (stable)
Browse files Browse the repository at this point in the history
Mostly fixes for the Meson build, to ensure it's a bit more idiomatic
and conforms to what newer versions of Meson expect from a project.
  • Loading branch information
ebassi committed Feb 22, 2018
1 parent 9554b3a commit 55ada18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# keep interface_age in sync with micro_version, or set to 0 during development cycles
m4_define([graphene_major_version], [1])
m4_define([graphene_minor_version], [6])
m4_define([graphene_micro_version], [1])
m4_define([graphene_interface_age], [1])
m4_define([graphene_micro_version], [2])
m4_define([graphene_interface_age], [2])

m4_define([graphene_version], [graphene_major_version.graphene_minor_version.graphene_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('graphene', 'c',
version: '1.6.1',
version: '1.6.2',
default_options: [
'buildtype=debugoptimized',
'c_std=c99',
Expand Down

0 comments on commit 55ada18

Please sign in to comment.