You are here

Version number in summary() of a fitted model is incorrect

I did an svn up and sudo make install to r1073, with no errors. Issue #1 is

i) The version number in summary() is stuck at 1050:
> openmx version number: 0.2.5-1050

I noticed that the tar filename is also stuck at 1050 during the build:
> cd build; R CMD INSTALL OpenMx_0.2.5-1050.tar.gz
perhaps this propagates the version #?

Reporter: 
Created: 
Thu, 02/04/2010 - 11:24
Updated: 
Thu, 02/04/2010 - 14:23

Comments

Version number reports the most recent binary release.

The version # shown is the version of the last binary release. It would take some very serious magic to integrate the subversion release information with our build system. This is not a bug, it's a feature.