Skip to content

Commit

Permalink
bump version for next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
briend committed Sep 4, 2019
1 parent 477cb94 commit e5264c3
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 @@ -4,8 +4,8 @@ AC_PREREQ(2.62)
# API version: see https://github.com/mypaint/libmypaint/wiki/Versioning
m4_define([libmypaint_api_major], [1])
m4_define([libmypaint_api_minor], [4])
m4_define([libmypaint_api_micro], [0])
m4_define([libmypaint_api_prerelease], []) # may be blank
m4_define([libmypaint_api_micro], [1])
m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
# The platform version is "major.minor" only.
# The full version is "major.minor.micro[-prerelease]".

Expand Down

0 comments on commit e5264c3

Please sign in to comment.