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
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])
... ...
pushtag.sh
... ... @@ -20,8 +20,6 @@ fi
20 20 git push
21 21  
22 22 git fetch origin
23   -git checkout master
24   -git merge origin/master
25 23  
26 24 git tag -f ${1}
27 25 git push -f --tags
... ...