Skip to content

Commit

Permalink
Versión 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
forestrf committed Jun 19, 2014
1 parent 90ab739 commit 1837412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project files/RTMP-Downloader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Global
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
version = 0.3
version = 0.3.2
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion Project files/RTMP-Downloader/MainClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class MainClass
public static string rtmpdumpFile = "";
public static string relativePath = "";

public static string version = "0.3";
public static string version = "0.3.2";

public static int puerto = 25432;

Expand Down
2 changes: 1 addition & 1 deletion Project files/RTMP-Downloader/RTMP-Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>RTMPDownloader</RootNamespace>
<AssemblyName>RTMP-Downloader</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ReleaseVersion>0.3</ReleaseVersion>
<ReleaseVersion>0.3.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>True</DebugSymbols>
Expand Down

0 comments on commit 1837412

Please sign in to comment.