Skip to content

Commit 90a5aeb

Browse files
committed
Revert VS ABI version bump
1 parent 52efdba commit 90a5aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/resource.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ BEGIN
2020
BEGIN
2121
VALUE "CompanyName", "Sass Open Source Foundation"
2222
VALUE "FileDescription", "A C/C++ implementation of a Sass compiler"
23-
VALUE "FileVersion", "1.0.0.0"
23+
VALUE "FileVersion", "0.9.0.0"
2424
VALUE "InternalName", "libsass"
2525
VALUE "LegalCopyright", "\251 2017 libsass.org"
2626
VALUE "OriginalFilename", "libsass.dll"
2727
VALUE "ProductName", "LibSass Library"
28-
VALUE "ProductVersion", "1.0.0.0"
28+
VALUE "ProductVersion", "0.9.0.0"
2929
END
3030
END
3131
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)