Skip to content

Commit 477cb94

Browse files
committed
release libmypaint 1.4.0
This release adds some additional features and bug fixes.
1 parent 30dd35f commit 477cb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ(2.62)
55
m4_define([libmypaint_api_major], [1])
66
m4_define([libmypaint_api_minor], [4])
77
m4_define([libmypaint_api_micro], [0])
8-
m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
8+
m4_define([libmypaint_api_prerelease], []) # may be blank
99
# The platform version is "major.minor" only.
1010
# The full version is "major.minor.micro[-prerelease]".
1111

0 commit comments

Comments
 (0)