diff options
| author | Mattia Rizzolo <mattia@mapreri.org> | 2016-11-07 20:23:12 +0000 |
|---|---|---|
| committer | Mattia Rizzolo <mattia@mapreri.org> | 2016-11-07 20:23:12 +0000 |
| commit | 7f1268617b2cdcff5f54dce879213160e478a48e (patch) | |
| tree | 5d3cd424584b8239646c0c01370254ba581d5e0b /src/main.cpp | |
| parent | 1639832 Blend and blur unspected results (diff) | |
| download | inkscape-7f1268617b2cdcff5f54dce879213160e478a48e.tar.gz inkscape-7f1268617b2cdcff5f54dce879213160e478a48e.zip | |
Remove embedded build date, to allow reproducible building.
Reproducible Builds is a ongoing project which aims at having "packages"
"build" (as in, every build step, be it code compilation, doc generation, etc)
be bit-by-bit reproducible regardless of the build environment.
With this commit inkscape can be built reproducibly.
See https://reproducible-builds.org for more info about the project.
(bzr r15222.1.1)
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; } |
