We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760ee8a commit a801392Copy full SHA for a801392
mod_cspnonce.rc
@@ -1,6 +1,6 @@
1
1 VERSIONINFO
2
-FILEVERSION 1, 0, 0, 0
3
-PRODUCTVERSION 1, 0, 0, 0
+FILEVERSION 1, 1, 0, 0
+PRODUCTVERSION 1, 1, 0, 0
4
FILEFLAGSMASK 0x3fL
5
#ifdef _DEBUG
6
FILEFLAGS 0x1L
@@ -17,12 +17,12 @@ BLOCK "040904b0"
17
BEGIN
18
VALUE "CompanyName", "wyDay, LLC"
19
VALUE "FileDescription", "cspnonce_module for Apache"
20
-VALUE "FileVersion", "1.0"
+VALUE "FileVersion", "1.1"
21
VALUE "InternalName", "mod_cspnonce.so"
22
VALUE "LegalCopyright", "Copyright 2005-2020 wyDay, LLC"
23
VALUE "OriginalFilename", "mod_cspnonce.so"
24
VALUE "ProductName", "Apache HTTP Server"
25
-VALUE "ProductVersion", "1.0"
+VALUE "ProductVersion", "1.1"
26
END
27
28
0 commit comments