[PATCH] D27438: clang-format-vsix: add a date stamp to the VSIX version number to ensure upgradability

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 5 19:50:08 PST 2016


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

When building the snapshots and releases, I usually put the SVN revision number in there to avoid this same problem: http://llvm-cs.pcc.me.uk/utils/release/build_llvm_package.bat#25

Your patch seems like a good default though. Should we put the hour and minute in there as well, in case one builds multiple versions the same day?


https://reviews.llvm.org/D27438





More information about the cfe-commits mailing list