Skip to content

Commit

Permalink
Update version and SDK for 3.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daw42 committed Jan 10, 2012
1 parent 56bad35 commit 9c07893
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installer/installer.iss
@@ -1,5 +1,5 @@
#define MyAppName "pGina"
#define MyAppVersion "3.0.5.0"
#define MyAppVersion "3.0.6.0"
#define MyAppPublisher "pGina Team"
#define MyAppURL "http://www.pgina.org/"
#define MyAppExeName "pGina.Configuration.exe"
Expand All @@ -26,7 +26,7 @@
AppID={{3D8D0F0D-7DBF-400C-9C44-00BD21986138}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppVerName=pGina v{#MyAppVersion}
AppVerName={#MyAppName} v{#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
Expand Down
Binary file modified Plugins/SDK/Abstractions.dll
Binary file not shown.
Binary file modified Plugins/SDK/pGina.Configuration.exe
Binary file not shown.
Binary file modified Plugins/SDK/pGina.Core.dll
Binary file not shown.
Binary file modified Plugins/SDK/pGina.Shared.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions pGina/src/Core/Properties/SharedAssemblyInfo.cs
Expand Up @@ -17,5 +17,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.0.5.0")]
[assembly: AssemblyFileVersion("3.0.5.0")]
[assembly: AssemblyVersion("3.0.6.0")]
[assembly: AssemblyFileVersion("3.0.6.0")]
Binary file modified pGina/src/CredentialProvider/CredentialProvider.rc
Binary file not shown.
Binary file modified pGina/src/Gina/Gina/Gina.rc
Binary file not shown.

0 comments on commit 9c07893

Please sign in to comment.