Skip to content

Commit

Permalink
Bump version to 0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Jun 21, 2018
1 parent e3276f9 commit 823c760
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], [10])
m4_define([flatpak_builder_micro_version], [10])
m4_define([flatpak_builder_minor_version], [99])
m4_define([flatpak_builder_micro_version], [1])
m4_define([flatpak_builder_version],
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])

Expand Down

0 comments on commit 823c760

Please sign in to comment.