Commit e6058d31fe48908fc65ba1106f628ef12ee8ccb4

Authored by Perry Werneck
1 parent 9ef914d6
Exists in master and in 1 other branch develop

Updating version.

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
@@ -32,7 +32,7 @@ AC_PREREQ(2.61) @@ -32,7 +32,7 @@ AC_PREREQ(2.61)
32 32
33 dnl Initialise automake with the package name, version and 33 dnl Initialise automake with the package name, version and
34 dnl bug-reporting address. 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 dnl Place auxilliary scripts here. 37 dnl Place auxilliary scripts here.
38 AC_CONFIG_AUX_DIR([scripts]) 38 AC_CONFIG_AUX_DIR([scripts])
@@ -20,8 +20,6 @@ fi @@ -20,8 +20,6 @@ fi
20 git push 20 git push
21 21
22 git fetch origin 22 git fetch origin
23 -git checkout master  
24 -git merge origin/master  
25 23
26 git tag -f ${1} 24 git tag -f ${1}
27 git push -f --tags 25 git push -f --tags