Skip to content

Commit

Permalink
Libsass 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
absalomedia committed Nov 11, 2015
1 parent d158f86 commit 8483d22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ These extensions also utilise the [Libsass](https://github.com/hcatlin/libsass)

## Changelog

** Version 0.5.1
* Eleanor (Libsass 3.3.2) stable

** Version 0.5
* PHP 7 compatibility

Expand Down
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if test "$PHP_SASS" != "no"; then

if test "x$sass_version" != "x" ; then
# escape hell. This is what we need to pass to the
# compiler: -DLIBSASS_VERSION="\"'3.3.1\""
# compiler: -DLIBSASS_VERSION="\"'3.3.2\""
CFLAGS="-DLIBSASS_VERSION=\"\\\"$sass_version\\\"\" $CFLAGS"
CXXFLAGS="-DLIBSASS_VERSION=\"\\\"$sass_version\\\"\" $CXXFLAGS"
fi
Expand Down
2 changes: 1 addition & 1 deletion lib/libsass
2 changes: 1 addition & 1 deletion src/php_sass.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "config.h"
#endif

#define SASS_VERSION "0.5.0"
#define SASS_VERSION "0.5.1"
#define SASS_FLAVOR "Sassyphpras"

#include <php.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/check_bundled_libsass_version.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ check bundled libsass version
--FILE--
<?php

echo version_compare(Sass::getLibraryVersion(), '3.3.1')
echo version_compare(Sass::getLibraryVersion(), '3.3.2')

?>
--EXPECT--
Expand Down

0 comments on commit 8483d22

Please sign in to comment.