Skip to content

Commit

Permalink
Post-release version bump to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Jan 10, 2017
1 parent 16c6064 commit 7db8c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
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], [4])
m4_define([graphene_micro_version], [5])
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
@@ -1,5 +1,5 @@
project('graphene', 'c',
version: '1.5.4',
version: '1.5.5',
default_options: [
'buildtype=debugoptimized',
'c_std=c99',
Expand Down

0 comments on commit 7db8c5e

Please sign in to comment.