Commit e6058d31fe48908fc65ba1106f628ef12ee8ccb4
1 parent
9ef914d6
Exists in
master
and in
1 other branch
Updating version.
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
configure.ac
... | ... | @@ -32,7 +32,7 @@ AC_PREREQ(2.61) |
32 | 32 | |
33 | 33 | dnl Initialise automake with the package name, version and |
34 | 34 | dnl bug-reporting address. |
35 | -AC_INIT([libv3270], [5.3], [perry.werneck@gmail.com]) | |
35 | +AC_INIT([libv3270], [5.4], [perry.werneck@gmail.com]) | |
36 | 36 | |
37 | 37 | dnl Place auxilliary scripts here. |
38 | 38 | AC_CONFIG_AUX_DIR([scripts]) | ... | ... |