]> git.lyx.org Git - lyx.git/blobdiff - src/version.h
* src/LaTeX.C: beautification: use identical user messages
[lyx.git] / src / version.h
index a779496c890880e60c313b6ff155d91f20a533cb..b13632fe54a19c5f183cf90cd080169247bf52de 100644 (file)
@@ -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