Skip to content
Snippets Groups Projects
Select Git revision
  • 820882a6b4d9ceba6ebc288d7c9198e30982b6c9
  • master default protected
2 results

RD_Fits.py

Blame
  • add 183 B
    #!/bin/bash
    #
    # This is a utility called in the Makefile.  It's used together with
    # the file "counter" to automatically increment release numbers.
    #
    a=`cat VERSION`
    let a+=1
    echo $a