Skip to content

Commit

Permalink
Release Graphene 1.5.4 (snapshot)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Jan 10, 2017
1 parent 1e4740e commit 16c6064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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], [5])
m4_define([graphene_micro_version], [3])
m4_define([graphene_micro_version], [4])
m4_define([graphene_interface_age], [0])

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.5.3',
version: '1.5.4',
default_options: [
'buildtype=debugoptimized',
'c_std=c99',
Expand Down

0 comments on commit 16c6064

Please sign in to comment.