make all version strings the actual version string

This commit is contained in:
Mitchell Livingston 2007-07-27 01:05:57 +00:00
parent 5d9bcb13dd
commit a0098b4321
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ VERSION_MAJOR = "$MAJOR"
VERSION_MINOR = "$MINOR"
VERSION_MAINTENANCE = "$MAINT"
VERSION_REVISION = "$REV"
VERSION_STRING = "$MAJOR.$MINOR$MAINT$BETA (r$REV)"
VERSION_STRING = "$STRING ($REV)"
EOF
replace_if_differs mk/version.mk.new mk/version.mk