Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-03-29 17:18:04 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-03-29 17:18:04 +0400
commit09ba89ab600a48a81fa8d212acf9ecf948ab6d1d (patch)
tree231df69fc53f3a3d4e2fc7649fdbfe1e4d133325 /LAVFilters.iss
parent898ccf428e6e09ce5414242181108479c199f90d (diff)
Update changelog and version0.50.1
Diffstat (limited to 'LAVFilters.iss')
-rw-r--r--LAVFilters.iss8
1 files changed, 4 insertions, 4 deletions
diff --git a/LAVFilters.iss b/LAVFilters.iss
index b90169b6..cb4e5d8a 100644
--- a/LAVFilters.iss
+++ b/LAVFilters.iss
@@ -10,12 +10,12 @@ AllowNoIcons = yes
AllowUNCPath = no
AppId = lavfilters
AppName = LAV Filters
-AppVerName = LAV Filters {#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}
-AppVersion = {#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}
-VersionInfoVersion = {#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}.0.0
+AppVerName = LAV Filters {#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}.{#=LAV_VERSION_REVISION}
+AppVersion = {#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}.{#=LAV_VERSION_REVISION}
+VersionInfoVersion = {#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}.{#=LAV_VERSION_REVISION}.0
VersionInfoCompany = 1f0.de
VersionInfoCopyright = GPLv2
-OutputBaseFilename = LAVFilters-{#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}
+OutputBaseFilename = LAVFilters-{#=LAV_VERSION_MAJOR}.{#=LAV_VERSION_MINOR}.{#=LAV_VERSION_REVISION}
OutputDir = .
Compression = lzma/ultra
SolidCompression = yes