Skip to content

Commit

Permalink
0.11.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Bondhugula <[email protected]>
  • Loading branch information
Uday Bondhugula committed Feb 8, 2015
1 parent 97df856 commit 2a69a2d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.11.3

Diamond tiling code update

Minor bug fixes. See git history for all changes


0.11.2

Minor fixes. See git history for all changes
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ with, for eg., 'sudo yum -y install gmp gmp-devel' on a Fedora, or

QUICK INSTALL

$ tar zxvf pluto-0.11.2.tgz
$ cd pluto-0.11.2/
$ tar zxvf pluto-0.11.3.tgz
$ cd pluto-0.11.3/
$ ./configure
$ make

Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ BUILDING PLUTO

Stable release

$ tar zxvf pluto-0.11.2.tar.gz
$ cd pluto-0.11.2/
$ tar zxvf pluto-0.11.3.tar.gz
$ cd pluto-0.11.3/
$ ./configure
$ make
$ make test
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dnl

AC_PREREQ(2.13)

AC_INIT(pluto, 0.11.2, [[email protected]])
AC_INIT(pluto, 0.11.3, [[email protected]])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit 2a69a2d

Please sign in to comment.