diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-08-09 09:28:49 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-08-10 10:53:19 +0200 |
commit | 1da24b77ae22fc7ce58d8670a4bc892058a7e590 (patch) | |
tree | bc6f3a41ea8a8917a127977f519275ae9890782b /version.txt | |
parent | 28a3d46d3d7f944cab9d1bcb0cf783f8d39e8880 (diff) |
[win32] create executable ProductName/CompanyName properties from version.txt
Diffstat (limited to 'version.txt')
-rw-r--r-- | version.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version.txt b/version.txt index 3f37c47ab6..9da636fba9 100644 --- a/version.txt +++ b/version.txt @@ -1,4 +1,5 @@ APP_NAME Kodi +COMPANY_NAME Team-Kodi VERSION_MAJOR 14 VERSION_MINOR 0 VERSION_TAG ALPHA3 @@ -6,4 +7,4 @@ VERSION_CODE 139703 ADDON_API 13.9.703 # Notes: -# Change AC_INIT in configure.in
\ No newline at end of file +# Change AC_INIT in configure.in |