2010-09-06 18:18:55 +02:00
|
|
|
Index: inkscape-0.48.0/src/main.cpp
|
2009-04-01 22:01:08 +02:00
|
|
|
===================================================================
|
2010-09-06 18:18:55 +02:00
|
|
|
--- inkscape-0.48.0.orig/src/main.cpp
|
|
|
|
+++ inkscape-0.48.0/src/main.cpp
|
|
|
|
@@ -1894,7 +1894,7 @@ sp_process_args(poptContext ctx)
|
2009-04-01 22:01:08 +02:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case SP_ARG_VERSION: {
|
2009-12-11 17:14:04 +01:00
|
|
|
- printf("Inkscape %s (%s)\n", Inkscape::version_string, __DATE__);
|
|
|
|
+ printf("Inkscape %s\n", Inkscape::version_string);
|
2009-04-01 22:01:08 +02:00
|
|
|
exit(0);
|
|
|
|
break;
|
|
|
|
}
|