Delila Program: verbop

verbop program

Documentation for the verbop program is below, with links to related programs in the "see also" section.

{version = 2.10; (* of verbop.p 2002 May 5}

(* begin module describe.verbop *)
(*
name
      verbop: increment the version number of a program

synopsis
      verbop(source: inout, output: out)

files
      source: a program source code, with a version constant in the form
          "version = " followed by a real number.
         the version number is incremented by 0.01.
      output: the new version number is reported.

description
      if you are too lazy to change the version number of a program
      every time you alter the code, then you have no excuses any longer,
      because this program will do it for you automatically...

see also
      ver.p, code.p

author
      Thomas Schneider

bugs
      none known

*)
(* end module describe.verbop *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}