# This file records the agent revision for the upgrade conversion
# script (../conversion.py).  There is a corresponding file in
# $AVDATA.  When the scheduler starts, it compares these files; if the
# agent version in both is different (or if it is absent in $AVDATA)
# it invokes the conversion script which will attempt to convert the
# data (as well as potentially other things like scripts in /etc) to
# the new version.
#
# You should only update this file when you also add a corresponding
# conv_X_to_Y() method to the conversion script.
#
# The format here is <key>=<value>, where no space may appear around
# <key>.  The only key currently recognized is 'agent'.

agent=9
