Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 01f370a

Browse files
committed
Remove placeholder for Sass lang version
Based on the commentary in PR #2021, there is no need to define a placeholder for language version in `version.h.in` file. Instead we define the constant in `version.h` for non-gcc compilers. With this change MSVC and clang compiled outputs will not show [NA] anymore.
1 parent 3b1e9ff commit 01f370a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sass/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#endif
77

88
#ifndef LIBSASS_LANGUAGE_VERSION
9-
#define LIBSASS_LANGUAGE_VERSION "[NA]"
9+
#define LIBSASS_LANGUAGE_VERSION "3.4"
1010
#endif
1111

1212
#endif

0 commit comments

Comments
 (0)