Commit 3b714f19 authored by Kai Lautaportti's avatar Kai Lautaportti

1.4.0 release.

parent f6b37ac1
Change History
**************
1.4.0 (xxxx-xx-xx)
1.4.0 (2010-08-27)
==================
- Added support for passing options to ``make`` with the new
......
......@@ -97,7 +97,7 @@ Supported options
use this recipe to compile a software but wish to do some
additional steps not handled by this recipe. The location of the
compile directory is stored in ``options['compile-directory']``.
Accepted values are 'true' or 'false', defaults to 'false'.
Accepted values are ``true`` or ``false``, defaults to ``false``.
``environment-section``
......
from setuptools import setup, find_packages
import os
version = '1.3.1'
version = '1.4.0'
name = 'hexagonit.recipe.cmmi'
def read(*rnames):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment