X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.h;h=b13632fe54a19c5f183cf90cd080169247bf52de;hb=46bd598fc5b0b1bb61e713428c54aedf9c6e6d98;hp=a779496c890880e60c313b6ff155d91f20a533cb;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/version.h b/src/version.h index a779496c89..b13632fe54 100644 --- a/src/version.h +++ b/src/version.h @@ -12,6 +12,8 @@ #ifndef VERSION_H #define VERSION_H +//namespace lyx { + /// extern char const * lyx_version; /// @@ -20,4 +22,6 @@ extern char const * lyx_release_date; /// This is the version information shown by 'lyx -version' extern char const * lyx_version_info; +//} // namespace lyx + #endif