# 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: 2009-05-30 05:34:38 -0600 (Sat, 30 May 2009) $" | sed -e 's/[$]Date: \([0-9]*-[0-9]*-[0-9]*\).*\$/\1/') # The checkin time version_time=$(echo "\$Date: 2009-05-30 05:34:38 -0600 (Sat, 30 May 2009) $" | sed -e 's/[$]Date: \([0-9]*-[0-9]*-[0-9]*\) \([0-9]*:[0-9]*:[0-9]*\).*\$/\2/') # The checkin revision version_revision=$(echo "\$Revision: 2618 $" | sed -e 's/[$]Revision: \([0-9][0-9]*\) *\$/\1/') # The version type: dev, stable, maintenance, release version_type="stable" version_longtype="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="2009-05-30 12:00:00" # The version number information version_micro=719 version_minor=3 version_major=3