version.sh: fix typo

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
Oswald Buddenhagen 2009-06-13 10:14:13 +02:00 committed by Sergei Trofimovich
parent d327943f4d
commit a1864899d2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ saved_version=
[ -z "${saved_version}" -o "${saved_version}" != "${new_version}" ] && {
cat >${VERSION_FILE} <<EOF
#ifndef MC_CURRENT_VERSION
/* This is autogenerated file. Don't edit! */
/* This is an autogenerated file. Don't edit! */
#define MC_CURRENT_VERSION "${new_version}"
#endif
EOF