Skip to content
Snippets Groups Projects
  1. Aug 09, 2016
  2. Apr 04, 2016
  3. Jan 20, 2016
  4. Aug 18, 2014
    • Pietro Fezzardi's avatar
      Kconfig: display proper version number · 2d4f4ca7
      Pietro Fezzardi authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      KERNELVERSION variable from Linux was still used.
      It was not initialized so the displayed version in the headers
      of make gconfig and make menuconfig was missingor wrong.
      It just said (null) or KERNELVERSION.
      KERNELVERSION has been changed to VERSION all over the kconfig
      scripts. Makefile.kconfig exports this variable so it can be
      used by config scripts with getenv().
      Now it prints the ppsi version with the present commit, like
      diplayed from
      	git describe --always --dirty
      2d4f4ca7
  5. May 06, 2013
  6. Oct 16, 2012
  7. Oct 03, 2012