Blame include/sass/version.h.in

Packit Service 7770af
#ifndef SASS_VERSION_H
Packit Service 7770af
#define SASS_VERSION_H
Packit Service 7770af
Packit Service 7770af
#ifndef LIBSASS_VERSION
Packit Service 7770af
#define LIBSASS_VERSION "@PACKAGE_VERSION@"
Packit Service 7770af
#endif
Packit Service 7770af
Packit Service 7770af
#ifndef LIBSASS_LANGUAGE_VERSION
Packit Service 7770af
#define LIBSASS_LANGUAGE_VERSION "3.4"
Packit Service 7770af
#endif
Packit Service 7770af
Packit Service 7770af
#endif