diff options
| author | mapreri <mattia@mapreri.org> | 2016-11-07 23:14:01 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-11-07 23:14:01 +0000 |
| commit | 39e0e4ccb8d6d476499e5c9e4daec0279298c943 (patch) | |
| tree | 3ba458ec0ff0f2bd94a767ac942e3af9d6c2c2ac /src/main.cpp | |
| parent | annotate custom builds, and add correct revno into make dist tarballs (diff) | |
| parent | Remove embedded build date, to allow reproducible building. (diff) | |
| download | inkscape-39e0e4ccb8d6d476499e5c9e4daec0279298c943.tar.gz inkscape-39e0e4ccb8d6d476499e5c9e4daec0279298c943.zip | |
reproducible builds
(bzr r15224)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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; } |
