kor...@lyx.org wrote:
> Author: kornel
> Date: Thu Feb 10 07:16:12 2011
> New Revision: 37580
> URL: http://www.lyx.org/trac/changeset/37580
> 
> Log:
> Define LYX_(MAJOR|MINOR)_VERSION also for cmake build
> 
> Modified:
>    lyx-devel/trunk/development/cmake/config.h.cmake
> 
> Modified: lyx-devel/trunk/development/cmake/config.h.cmake
> ==============================================================================
> --- lyx-devel/trunk/development/cmake/config.h.cmake  Wed Feb  9 23:19:14 
> 2011        (r37579)
> +++ lyx-devel/trunk/development/cmake/config.h.cmake  Thu Feb 10 07:16:12 
> 2011        (r37580)
> @@ -32,6 +32,8 @@
>  #cmakedefine VERSION_INFO "${VERSION_INFO}"
>  #cmakedefine LYX_DIR_VER "${LYX_DIR_VER}"
>  #cmakedefine LYX_USERDIR_VER "${LYX_USERDIR_VER}"
> +#define LYX_MAJOR_VERSION ${LYX_MAJOR_VERSION}
> +#define LYX_MINOR_VERSION ${LYX_MINOR_VERSION}

huh, this didn't come to my mind. now i think scons will suffer from the same 
problem.
please is there anybody around using scons to test?

pavel

Reply via email to