Skip to content

Commit

Permalink
move to 3.9.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MutonUfoAI committed Jan 11, 2018
1 parent 8243072 commit dc41bc0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Installer/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "pGina.fork"
#define MyAppVersion "3.9.9.10"
#define MyAppVersion "3.9.9.11"
#define MyAppPublisher "pGina Team"
#define MyAppURL "http://www.pgina.org/"
#define MyAppExeName "pGina.Configuration.exe"
Expand Down
2 changes: 1 addition & 1 deletion Plugins/LdapPlugin/Ldap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("pGina Team")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © pGina Team 2017")]
[assembly: AssemblyCopyright("Copyright © pGina Team 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
6 changes: 3 additions & 3 deletions pGina/src/Core/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// associated with an assembly.
[assembly: AssemblyCompany("pGina Team")]
[assembly: AssemblyProduct("pGina")]
[assembly: AssemblyCopyright("Copyright © pGina Team 2017")]
[assembly: AssemblyCopyright("Copyright © pGina Team 2018")]
[assembly: AssemblyTrademark("")]

// Version information for an assembly consists of the following four values:
Expand All @@ -17,5 +17,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.9.9.10")]
[assembly: AssemblyFileVersion("3.9.9.10")]
[assembly: AssemblyVersion("3.9.9.11")]
[assembly: AssemblyFileVersion("3.9.9.11")]
10 changes: 5 additions & 5 deletions pGina/src/CredentialProvider/CredentialProvider.rc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ IDB_PGINA_ERROR BITMAP "error.bmp"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,9,9,10
PRODUCTVERSION 3,9,9,10
FILEVERSION 3,9,9,11
PRODUCTVERSION 3,9,9,11
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -76,10 +76,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "pGina Team"
VALUE "FileDescription", "pGina Credential Provider"
VALUE "FileVersion", "3.9.9.10"
VALUE "LegalCopyright", "Copyright (C) pGina Team 2017"
VALUE "FileVersion", "3.9.9.11"
VALUE "LegalCopyright", "Copyright (C) pGina Team 2018"
VALUE "ProductName", "pGina"
VALUE "ProductVersion", "3.9.9.10"
VALUE "ProductVersion", "3.9.9.11"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit dc41bc0

Please sign in to comment.