Skip to content

Commit

Permalink
Update version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Oct 26, 2017
1 parent f222a18 commit 188b835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ AC_PREREQ([2.63])
# on the unstable (ie master), interface age = 0

m4_define([flatpak_builder_major_version], [0])
m4_define([flatpak_builder_minor_version], [9])
m4_define([flatpak_builder_micro_version], [99])
m4_define([flatpak_builder_minor_version], [10])
m4_define([flatpak_builder_micro_version], [0])
m4_define([flatpak_builder_version],
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])

Expand Down

0 comments on commit 188b835

Please sign in to comment.