COIN-OR::LEMON - Graph Library

Changeset 2241:37e0966e43b6 in lemon-0.x for scripts


Ignore:
Timestamp:
10/13/06 17:10:50 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2988
Message:

Improve build environment and scripts

Location:
scripts
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/release

    r2124 r2241  
    22
    33# THE FIRST PARAMETER IS THE VERSION STRING
     4
     5if [ $# != 1 ]; then
     6    echo
     7    echo 'Usage: release version-string'
     8    echo
     9    echo "WARNING: This script modifies the repository, so don't use it unless"
     10    echo '         you really want to make a release'
     11    exit 1
     12fi
    413
    514set -e
     
    1322VERSION=$1
    1423PKGNAME='lemon'
    15 VERSION_STRING='svn-head'
     24VERSION_STRING='svnhead'
    1625
    1726make-dir release-dir
Note: See TracChangeset for help on using the changeset viewer.