On Wednesday December 1 2010 08:24:27 Johan Hake wrote: > On Tuesday November 30 2010 22:55:29 Anders Logg wrote: > > Perhaps we should create a simple script dolfin-version that prints > > the current version to make it easy to check? > > I thought of that too. > > Maybee we should let CMake produce a script: > > dolfin-version > > and install it. Using the information in the CMake variable DOLFIN_VERSION?
Done. I also changed the present version, as set in the CMakeLists.txt to 0.9.9+. This is now reflected in naming of the shared library: libdolfin.so.0.9.9+ Is it a problem that it does not end with a number? The __version__ string in PyDOLFIN is now also generate automagically :) Johan > Johan > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

