NAME
update_version - update Lucy version strings in source files
SYNOPSIS
perl devel/bin/update_version version
DESCRIPTION
Updates key source files with version, using correct syntax depending on the file format and type.
version may be specified in either format:
X.Y.Z
X.Y.Z_D (CPAN developer release)
X.YYYZZZ
X.YYYZZZ_DDD (CPAN developer release)
and update_version will convert the specified string into the correct format for each relevant file.