# This file defines a number of shell variables to describe the projects # version. It is meant to be modified by the bumpversion script. # The checkin date version_date=$(echo "\$Date: 2006-03-12 14:58:18 -0700 (Sun, 12 Mar 2006) $" | sed -e 's/[$]Date: \([0-9]*-[0-9]*-[0-9]*\).*\$/\1/') # The checkin time version_time=$(echo "\$Date: 2006-03-12 14:58:18 -0700 (Sun, 12 Mar 2006) $" | sed -e 's/[$]Date: \([0-9]*-[0-9]*-[0-9]*\) \([0-9]*:[0-9]*:[0-9]*\).*\$/\2/') # The checkin revision version_revision=$(echo "\$Revision: 2288 $" | sed -e 's/[$]Revision: \([0-9][0-9]*\) *\$/\1/') # The version type: dev, stable, maint release version_type="stable" # A timestamp, to be used by bumpversion and other scripts. # It can be used, for example, to 'touch' this file on every build, thus # forcing revision control systems to add it on every checkin automatically. version_stamp="Sun Mar 12 14:49:59 MST 2006" # The version number information version_micro=1 version_minor=4 version_major=3