Skip to content

Commit

Permalink
release libmypaint 1.4.0
Browse files Browse the repository at this point in the history
This release adds some additional features
and bug fixes.
  • Loading branch information
briend committed Sep 2, 2019
1 parent 30dd35f commit 477cb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_PREREQ(2.62)
m4_define([libmypaint_api_major], [1])
m4_define([libmypaint_api_minor], [4])
m4_define([libmypaint_api_micro], [0])
m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
m4_define([libmypaint_api_prerelease], []) # may be blank
# The platform version is "major.minor" only.
# The full version is "major.minor.micro[-prerelease]".

Expand Down

0 comments on commit 477cb94

Please sign in to comment.