Update to new upstream release 2.1.0 OBS-URL: https://build.opensuse.org/request/show/400404 OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=36
19 lines
693 B
Diff
19 lines
693 B
Diff
Remove build time references so build-compare can do its work.
|
|
|
|
[js] rebase on top of 2.1.0
|
|
|
|
---
|
|
librecad/src/main/qc_applicationwindow.cpp | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/librecad/src/main/qc_applicationwindow.cpp
|
|
+++ b/librecad/src/main/qc_applicationwindow.cpp
|
|
@@ -2380,7 +2380,6 @@ void QC_ApplicationWindow::showAboutWind
|
|
#elif defined(Q_CC_MSVC)
|
|
tr("Compiler: Microsoft Visual C++") + "\n" +
|
|
#endif
|
|
- tr("Compiled on: %1").arg(__DATE__) + "\n" +
|
|
tr("Qt Version: %1").arg(qVersion()) + "\n" +
|
|
tr("Boost Version: %1.%2.%3").arg(BOOST_VERSION / 100000).arg(BOOST_VERSION / 100 % 1000).arg(BOOST_VERSION % 100)
|
|
);
|