From e6058d31fe48908fc65ba1106f628ef12ee8ccb4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 3 Nov 2020 15:59:46 -0300 Subject: [PATCH] Updating version. --- configure.ac | 2 +- pushtag.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 8f3c6ea..493643f 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PREREQ(2.61) dnl Initialise automake with the package name, version and dnl bug-reporting address. -AC_INIT([libv3270], [5.3], [perry.werneck@gmail.com]) +AC_INIT([libv3270], [5.4], [perry.werneck@gmail.com]) dnl Place auxilliary scripts here. AC_CONFIG_AUX_DIR([scripts]) diff --git a/pushtag.sh b/pushtag.sh index 11eaf15..6d17116 100755 --- a/pushtag.sh +++ b/pushtag.sh @@ -20,8 +20,6 @@ fi git push git fetch origin -git checkout master -git merge origin/master git tag -f ${1} git push -f --tags -- libgit2 0.21.2