Skip to content
Snippets Groups Projects
Select Git revision
  • 4681357e56701a124f58b00337a1c597bafda43f
  • master default protected
2 results

test_aperture.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