This is a simple version program.  All you do it put the line
   const int TheVersionMachine = 100;  
into your source file.  Then if you call
   version <sourcefile>
the program will increment the last digit for
the variable.  You can put this in your makefile
so you can automatically update your source.
You can even use your own variable name by calling
   version <sourcefile> <variable>
The only real restriction is that you make sure the
declaration line is the first occurance of the
string that is your variable, otherwise the program
will try to modify that string.

This program is freeware.  You may use or distribute it
freely, as long as you do not charge for it.  And distribute
this file along with it.  There are no rights with this program, 
so if it screws up your source file (or anything else) don't
try to sue me, because you have been warned.

If you like this program, or have suggestions, or bug reports please
e-mail me (I like e-mail) at 
   ebne0003@gold.tc.umn.edu

It would be nice of you to tell me that you use my program.


   Thank You

   Ezra Ebner

