Skip to content

Commit df44b33

Browse files
Pre-Release to version 1.3
1 parent e9d979a commit df44b33

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

DTMF_Decoder/DTMF_Decoder.rc

0 Bytes
Binary file not shown.

DTMF_Decoder/DTMF_Decoder.vcxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -136,6 +136,7 @@
136136
<Link>
137137
<SubSystem>Windows</SubSystem>
138138
<GenerateDebugInformation>true</GenerateDebugInformation>
139+
<Version>1.3</Version>
139140
</Link>
140141
</ItemDefinitionGroup>
141142
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -156,7 +157,7 @@
156157
<OptimizeReferences>true</OptimizeReferences>
157158
<GenerateDebugInformation>true</GenerateDebugInformation>
158159
<LinkTimeCodeGeneration>PGOptimization</LinkTimeCodeGeneration>
159-
<Version>1.2</Version>
160+
<Version>1.3</Version>
160161
<SuppressStartupBanner>false</SuppressStartupBanner>
161162
<AdditionalOptions>/USEPROFILE:AGGRESSIVE %(AdditionalOptions)</AdditionalOptions>
162163
<ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase>
@@ -199,6 +200,7 @@
199200
<ShowProgress>NotSet</ShowProgress>
200201
<SuppressStartupBanner>false</SuppressStartupBanner>
201202
<ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase>
203+
<Version>1.3</Version>
202204
</Link>
203205
</ItemDefinitionGroup>
204206
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -214,6 +216,7 @@
214216
<Link>
215217
<SubSystem>Windows</SubSystem>
216218
<GenerateDebugInformation>true</GenerateDebugInformation>
219+
<Version>1.3</Version>
217220
</Link>
218221
<MASM>
219222
<PreprocessorDefinitions>_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -241,7 +244,7 @@
241244
<GenerateDebugInformation>true</GenerateDebugInformation>
242245
<LinkTimeCodeGeneration>PGOptimization</LinkTimeCodeGeneration>
243246
<AdditionalOptions>/USEPROFILE:AGGRESSIVE %(AdditionalOptions)</AdditionalOptions>
244-
<Version>1.2</Version>
247+
<Version>1.3</Version>
245248
<SuppressStartupBanner>false</SuppressStartupBanner>
246249
<ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase>
247250
</Link>
@@ -289,6 +292,7 @@
289292
<ShowProgress>NotSet</ShowProgress>
290293
<SuppressStartupBanner>false</SuppressStartupBanner>
291294
<ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase>
295+
<Version>1.3</Version>
292296
</Link>
293297
<MASM>
294298
<PreprocessorDefinitions>_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "DTMF Decoder"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.2
51+
PROJECT_NUMBER = 1.3
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)