Merge pull request #1747 from github/cut-release-v4.0.2

Cut release v4.0.2
This commit is contained in:
Vicent Marti
2014-11-19 18:12:07 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -242,6 +242,7 @@ https://github.com/textmate/bison.tmbundle:
https://github.com/textmate/c.tmbundle: https://github.com/textmate/c.tmbundle:
- source.c - source.c
- source.c++ - source.c++
- source.c.platform
https://github.com/textmate/capnproto.tmbundle: https://github.com/textmate/capnproto.tmbundle:
- source.capnp - source.capnp
https://github.com/textmate/cmake.tmbundle: https://github.com/textmate/cmake.tmbundle:
@@ -327,6 +328,7 @@ https://github.com/textmate/ninja.tmbundle:
https://github.com/textmate/objective-c.tmbundle: https://github.com/textmate/objective-c.tmbundle:
- source.objc - source.objc
- source.objc++ - source.objc++
- source.objc.platform
- source.strings - source.strings
https://github.com/textmate/ocaml.tmbundle: https://github.com/textmate/ocaml.tmbundle:
- source.camlp4.ocaml - source.camlp4.ocaml

View File

@@ -1,3 +1,3 @@
module Linguist module Linguist
VERSION = "4.0.1" VERSION = "4.0.2"
end end