I unfortunately have to install two versions of Compass(1.0.3, 0.12.2) and two versions of Sass(3.4.21, 3.2.19) on my computer - I have a newer and an older project that require me to have these two versions installed. I was given the older project recently, so I've only just now installed these older versions.
I'm using "compass watch" to compile, and while they both compile fine, I think the newer Compass (1.0.3) is using the older Sass (3.2.19) for the newer project. Now when I try to compile my newer project, it creates a huge diff if I change a single line (#fff instead of "white", all of the line number comments were changed slightly, stuff like that).
Is there any way to tell which version Compass is using, and furthermore, can I set it to use a specific version without uninstalling Sass everytime?