Author: Kornel Benko <[email protected]>
Date: Thu, 15 Mar 2012 13:01:09 +0100
New Commit: 88cb2173612f6624702a19fa7b5202ec133ea9d4
URL: 
http://git.lyx.org/?p=lyx.git;a=commit;h=88cb2173612f6624702a19fa7b5202ec133ea9d4

Log:
Make the version as part of package name of
cmake build be configurable.
Use -DLYX_LOCALVERSIONING=ON (default = OFF)
The package name will then be
        lyx-2.1.0-xxxxgit-yyyy.zzz
where xxxx == version number (similar to svn)
      yyyy == your OS (e.g. Linux)
      zzz  == package extension (e.g. deb, rpm, tar.gz etc)

otherwise the string '-xxxxgit' will not be used.

Reply via email to