> I'm not sure to know CMake better than you since I'm still not using it. 
> Anyway, I'm trying to understand it and I discover in file CMakeLists.txt :
> # Project name
> PROJECT(Wormux)
> SET(WORMUX_MAJOR "0")
> SET(WORMUX_MINOR "8")
> SET(WORMUX_PATCH "svn")
> SET(VERSION "${WORMUX_MAJOR}.${WORMUX_MINOR}${WORMUX_PATCH}")
>
> So, I suppose the 0.8svn version comes from here.
>   
That was too obvious XD I had 'grep'ed the file for '0.8svn' and didn't 
think it could be in major.minor format...

thanks, I'll test, it will very likely work fine now

_______________________________________________
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev

Répondre à