Skip to content

Commit

Permalink
Fix readme commit version number change
Browse files Browse the repository at this point in the history
  • Loading branch information
qmarcou committed Apr 18, 2018
1 parent 9e6bcff commit 34efc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ $# == 1 ]; then

#Commit
git add configure.ac
git add README.md
git add README.adoc
COMMITMESSAGE="IGoR v"$DOTTEDVERSION" release commit."
git commit -m "$COMMITMESSAGE"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([igor], [1.1.0], [[email protected]], [igor], [https://bitbucket.org/qmarcou/igor])
AC_INIT([igor], [1.2.0], [[email protected]], [igor], [https://bitbucket.org/qmarcou/igor])

AM_INIT_AUTOMAKE([foreign -Wall -Werror])

Expand Down

0 comments on commit 34efc3f

Please sign in to comment.