13 lines
197 B
C
13 lines
197 B
C
#ifndef SASS_VERSION_H
|
|
#define SASS_VERSION_H
|
|
|
|
#ifndef LIBSASS_VERSION
|
|
#define LIBSASS_VERSION "[NA]"
|
|
#endif
|
|
|
|
#ifndef LIBSASS_LANGUAGE_VERSION
|
|
#define LIBSASS_LANGUAGE_VERSION "3.5"
|
|
#endif
|
|
|
|
#endif
|