Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-scola committed Feb 14, 2018
1 parent 1a18c41 commit d8504c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dnl implied. See the License for the specific language governing permissions
dnl and limitations under the License.

AC_PREREQ(2.69)
AC_INIT([grenache-cli], [0.3.2], [[email protected]])
AC_INIT([grenache-cli], [0.4.0], [[email protected]])

AC_SUBST([VERSION], [0.3.2])
AC_SUBST([VERSION], [0.4.0])
AC_SUBST([SB], [`$srcdir/shtool echo -n -e %B`])
AC_SUBST([EB], [`$srcdir/shtool echo -n -e %b`])

Expand Down

0 comments on commit d8504c3

Please sign in to comment.