Commit 9e377d25535803001139cd3f9f3dbea7ef1e4f1b
1 parent
ec9f737d
Exists in
master
and in
1 other branch
Returning to version 5.1 since this package is for compatibility.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -31,7 +31,7 @@ AC_PREREQ(2.61) |
31 | 31 | |
32 | 32 | dnl Initialise automake with the package name, version and |
33 | 33 | dnl bug-reporting address. |
34 | -AC_INIT([ipc3270], [5.2], [perry.werneck@gmail.com]) | |
34 | +AC_INIT([ipc3270], [5.1], [perry.werneck@gmail.com]) | |
35 | 35 | |
36 | 36 | dnl Place auxilliary scripts here. |
37 | 37 | AC_CONFIG_AUX_DIR([scripts]) | ... | ... |