Files
bibletime/bibletime-configure.patch
Lars Vogdt 19ebe88a56 - update to 2.5:
+ improvements to the subwindow arrangement algorithms
  ++ many bugfixes
  ++ new window arrangement modes "Tile" and "Auto Tile"
  + new module selection header in the text windows
  + tons of bugfixes
  + many improvements to the windows port
  + improved debug mode of the application
  + improvements to build system
  + translation updates
  + Christmas splash screen and display template

OBS-URL: https://build.opensuse.org/package/show/Education/bibletime?expand=0&rev=18
2009-12-20 19:58:14 +00:00

14 lines
318 B
Diff

Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -32790,7 +32790,7 @@
using namespace sword;
#endif
-int main(int argc, char** argv) {
+int main(int argc, char** argv[]) {
std::cout << SWVersion::currentVersion << std::endl;
return 0;
}