collada-dom 2.3 released

Hi all,

This is announcing the collada-dom 2.3 release.

collada-dom 2.3 comes with a cmake build now! cmake builds both collada14 and collada15 instead of forcing users to edit Makefiles to choose which version.

It also allows pkg-config to be used in the following way:

pkg-config --cflags collada14dom
pkg-config --cflags collada15dom

Because of the way collada-dom is structured, both collda14 and collata15 are compiled as separate shared objects/projects. The hope is to allow many versions to reside in the same shared object, but we will see.

Full change list is here:

https://collada-dom.svn.sourceforge.net … es_2_3.txt