Create dummy file to test nasm-cvs list
[platform/upstream/nasm.git] / nasm-version
1 #!/bin/sh
2 # returns nasm version from nasm.h
3 # used for dist building
4
5 grep NASM_VER nasm.h | awk -F " " -F "\"" '{print $2}'