|
|
1.1 ! root 1: # Copyright (c) 1983 Regents of the University of California ! 2: # ! 3: # @(#)newversion.awk 2.1 (Berkeley) 83/02/06 ! 4: # ! 5: /^VERSION = / { ! 6: n = split( $3, version, ".") ! 7: print "VERSION = " version[1] "." version[2]+1 ! 8: break ! 9: } ! 10: { ! 11: print $0 ! 12: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.