mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-31 07:25:05 +03:00
version.sh: fix typo
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
d327943f4d
commit
a1864899d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user