File: sassc_version.h

package info (click to toggle)
sassc 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 252 kB
  • sloc: ansic: 763; makefile: 275; sh: 121
file content (8 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef SASSC_VERSION_H
#define SASSC_VERSION_H

#ifndef SASSC_VERSION
#define SASSC_VERSION "[NA]"
#endif

#endif