cab6443a92
Copy from GNOME:Apps/inkscape based on submit request 47084 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=37
14 lines
521 B
Diff
14 lines
521 B
Diff
Index: inkscape-0.48.0/src/main.cpp
|
|
===================================================================
|
|
--- inkscape-0.48.0.orig/src/main.cpp
|
|
+++ inkscape-0.48.0/src/main.cpp
|
|
@@ -1894,7 +1894,7 @@ sp_process_args(poptContext ctx)
|
|
break;
|
|
}
|
|
case SP_ARG_VERSION: {
|
|
- printf("Inkscape %s (%s)\n", Inkscape::version_string, __DATE__);
|
|
+ printf("Inkscape %s\n", Inkscape::version_string);
|
|
exit(0);
|
|
break;
|
|
}
|