Skip to content

Commit

Permalink
Radegast 2.16 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lkalif committed Mar 8, 2014
1 parent d19a45d commit 0101fb7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Radegast/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.14.1404.0")]
[assembly: AssemblyFileVersion("2.14.1404.0")]
[assembly: AssemblyVersion("2.16.1418.0")]
[assembly: AssemblyFileVersion("2.16.1418.0")]
2 changes: 1 addition & 1 deletion Radegast/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Radegast/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<value>../Resources/inv_folder_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="RadegastTitle" xml:space="preserve">
<value>Radegast 2.14</value>
<value>Radegast 2.16</value>
</data>
<data name="inv_folder_plain_closed" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>../Resources/inv_folder_plain_closed.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down
2 changes: 1 addition & 1 deletion Radegast/RadegastBuild.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Autogenerated: run updatebuildnr.bat/sh to update
namespace Radegast
{
public static class RadegastBuild { public static int CurrentRev = 1408; }
public static class RadegastBuild { public static int CurrentRev = 1418; }
}
2 changes: 1 addition & 1 deletion Radegast/radegast.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LangString LanguageCode ${LANG_ENGLISH} "en"
!define MSI31_URL "http://download.microsoft.com/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe"

!define APPNAME "Radegast"
!define VERSION "2.12"
!define VERSION "2.16"
!define MAINEXEC "${APPNAME}.exe"
!define DOTNET_VERSION "3.5"
!define VOICEPACK "RadegastVoicepack-1.0.exe"
Expand Down

0 comments on commit 0101fb7

Please sign in to comment.