Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / include / sass / version.h
1 #ifndef SASS_VERSION_H
2 #define SASS_VERSION_H
3
4 #ifndef LIBSASS_VERSION
5 #define LIBSASS_VERSION "[NA]"
6 #endif
7
8 #ifndef LIBSASS_LANGUAGE_VERSION
9 #define LIBSASS_LANGUAGE_VERSION "3.5"
10 #endif
11
12 #endif