summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authormapreri <mattia@mapreri.org>2016-11-07 23:14:01 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-11-07 23:14:01 +0000
commit39e0e4ccb8d6d476499e5c9e4daec0279298c943 (patch)
tree3ba458ec0ff0f2bd94a767ac942e3af9d6c2c2ac /src/main.cpp
parentannotate custom builds, and add correct revno into make dist tarballs (diff)
parentRemove embedded build date, to allow reproducible building. (diff)
downloadinkscape-39e0e4ccb8d6d476499e5c9e4daec0279298c943.tar.gz
inkscape-39e0e4ccb8d6d476499e5c9e4daec0279298c943.zip
reproducible builds
(bzr r15224)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 95764aea9..fb627a020 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2159,7 +2159,7 @@ sp_process_args(poptContext ctx)
}
#endif // WITH_YAML
case SP_ARG_VERSION: {
- printf("Inkscape %s (%s)\n", Inkscape::version_string, __DATE__);
+ printf("Inkscape %s\n", Inkscape::version_string);
exit(0);
break;
}