Skip to content

Commit

Permalink
Print out the sass version too. (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein authored and xzyfer committed Apr 23, 2016
1 parent e0545b6 commit e32c23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sassc.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ void print_version() {
printf("sassc: %s\n", SASSC_VERSION);
printf("libsass: %s\n", libsass_version());
printf("sass2scss: %s\n", sass2scss_version());
printf("sass: %s\n", libsass_language_version());
}

void print_usage(char* argv0) {
Expand Down

0 comments on commit e32c23d

Please sign in to comment.