]> granicus.if.org Git - clang/commit
clang-format-vsix: add a date stamp to the VSIX version number to ensure upgradability
authorAntonio Maiorano <amaiorano@gmail.com>
Fri, 16 Dec 2016 01:37:01 +0000 (01:37 +0000)
committerAntonio Maiorano <amaiorano@gmail.com>
Fri, 16 Dec 2016 01:37:01 +0000 (01:37 +0000)
commit0ecff4a7672fe091632909220198e9cd94a319ce
tree50dfbd0d3e6467b1c6d2070c8d86a056da684867
parent1b3f221e0fa955fdc3ed84522123f1c06f266c48
clang-format-vsix: add a date stamp to the VSIX version number to ensure upgradability

Presently, the version number of the VSIX matches the LLVM version number. However, as this number doesn't change often, it means that as we release new versions of this VSIX, it will have the same version number, which means users must first uninstall the old version before installing the new one. With this change, we generate a 4th part to the version number that is a date stamp (year, month, day); for example: 4.0.0.161203.

Differential Revision: https://reviews.llvm.org/D27438

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289909 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format-vs/CMakeLists.txt