autover.cpp

Uploaded: 17 Jun, 2006
Previous uploads by this submitter: 0

Author: Kiasyn

Downloads: 80

Standalone program that updates a version file.
Usage syntax is: ./autover <filename>
To compile: g++ autover.cpp -o autover
To use:
In my makefile I have a call to this in my 'drazon' section above $(CC) -o drazon $(O_FILES) $(L_FLAGS)