Skip to content

Commit

Permalink
bumped version to 0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
mats cronqvist committed Apr 30, 2013
1 parent 9c7be62 commit 9ed38a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
AC_INIT(Various Erlang performance related tools, 0.62,
mats.cronqvist()gmail.com, eper)
AC_INIT(Various Erlang performance related tools,
m4_esyscmd([grep vsn src/eper.app.src | cut -f2 -d"\"" | tr -d "\n"]),
mats.cronqvist()gmail.com,
eper,
https://github.com/massemanet/eper)

dnl Require autoconf version >=2.59c. first one with erlang macros
AC_PREREQ(2.59c)
AC_COPYRIGHT(Copyright (C) 2008-2012 Mats Cronqvist)
AC_COPYRIGHT(Copyright (C) 2008-2013 Mats Cronqvist)
dnl AC_REVISION($Id$)

dnl Require automake version >=1.9.5.
Expand Down
2 changes: 1 addition & 1 deletion src/eper.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, eper,
[
{description, "Erlang Performance and Debugging Tools"},
{vsn, "0.62"},
{vsn, "0.69"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 9ed38a0

Please sign in to comment.