COIN-OR::LEMON - Graph Library

source: lemon-0.x/scripts/make-snapshot @ 1993:2115143eceea

Last change on this file since 1993:2115143eceea was 1937:7a7a1f95cc24, checked in by Alpar Juttner, 18 years ago

Some useful scripts:
check-compiler: test whether the repo compiles warningless

with various compilers.

check-integrity: checks whether everything is svn-added,

the makefiles are correct etc.

release: creates a version numbered release. Is modifies the repository.

DO NOT PLAY WITH IT!

  • Property exe set to *
File size: 74 bytes
Line 
1#!/bin/bash
2
3make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*
Note: See TracBrowser for help on using the repository browser.