diff options
Diffstat (limited to 'version.include.tt')
-rw-r--r-- | version.include.tt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/version.include.tt b/version.include.tt deleted file mode 100644 index ab77a6d9..00000000 --- a/version.include.tt +++ /dev/null @@ -1,12 +0,0 @@ -<#@ - template debug="false" hostspecific="false" language="C#" #><#@ - assembly name="System.Core" #><#@ - import namespace="System.IO" #><#@ - import namespace="System.Linq" #><#@ - import namespace="System.Text.RegularExpressions" #><# - var versionParts = File.ReadLines(Path.Combine(System.Environment.GetEnvironmentVariable("SOLUTIONDIR"), "configure.ac")) - .Select(line => Regex.Match(line, @"^AC_INIT\(\[HexChat\],\[([^]]+)\]\)$")) - .First(match => match.Success) - .Groups[1].Value - .Split('.'); -#> \ No newline at end of file |