diff options
Diffstat (limited to 'community/crystal/fix-version-string.patch')
-rw-r--r-- | community/crystal/fix-version-string.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/crystal/fix-version-string.patch b/community/crystal/fix-version-string.patch new file mode 100644 index 0000000000..f44eec83cb --- /dev/null +++ b/community/crystal/fix-version-string.patch @@ -0,0 +1,11 @@ +--- a/src/compiler/crystal/config.cr 2019-09-23 16:08:27.000000000 +0000 ++++ b/src/compiler/crystal/config.cr 2019-09-26 14:50:47.795131257 +0000 +@@ -17,7 +17,7 @@ + def self.description + formatted_sha = "[#{build_commit}] " if build_commit + <<-DOC +- Crystal #{version} #{formatted_sha}(#{date}) ++ Crystal #{version} + + LLVM: #{llvm_version} + Default target: #{self.default_target} |