Skip to content

Commit a801392

Browse files
committed
Bump version.
1 parent 760ee8a commit a801392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mod_cspnonce.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1 VERSIONINFO
2-
FILEVERSION 1, 0, 0, 0
3-
PRODUCTVERSION 1, 0, 0, 0
2+
FILEVERSION 1, 1, 0, 0
3+
PRODUCTVERSION 1, 1, 0, 0
44
FILEFLAGSMASK 0x3fL
55
#ifdef _DEBUG
66
FILEFLAGS 0x1L
@@ -17,12 +17,12 @@ BLOCK "040904b0"
1717
BEGIN
1818
VALUE "CompanyName", "wyDay, LLC"
1919
VALUE "FileDescription", "cspnonce_module for Apache"
20-
VALUE "FileVersion", "1.0"
20+
VALUE "FileVersion", "1.1"
2121
VALUE "InternalName", "mod_cspnonce.so"
2222
VALUE "LegalCopyright", "Copyright 2005-2020 wyDay, LLC"
2323
VALUE "OriginalFilename", "mod_cspnonce.so"
2424
VALUE "ProductName", "Apache HTTP Server"
25-
VALUE "ProductVersion", "1.0"
25+
VALUE "ProductVersion", "1.1"
2626
END
2727
END
2828
END

0 commit comments

Comments
 (0)