elementary: use autotools to generate version number and avoid future mistake.

This commit is contained in:
Cedric BAIL 2014-02-12 16:16:30 +09:00
parent edf2559c75
commit e49a249ec9
3 changed files with 4 additions and 2 deletions

View File

@ -688,6 +688,7 @@ doc/widgets/Makefile
src/Makefile
src/lib/Makefile
src/lib/Elementary.h
src/lib/elm_intro.h
src/bin/Makefile
src/modules/Makefile
src/modules/prefs/Makefile

View File

@ -513,4 +513,5 @@ libelementary_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
EXTRA_DIST = \
elm_factory.h \
elm_factory.c
elm_factory.c \
elm_intro.h.in

View File

@ -1,7 +1,7 @@
/**
* @mainpage Elementary
* @image html elementary.png
* @version 1.9.0
* @version @VMAJ@.@VMIN@.@VMIC@
* @date 2008-2014
*
* @section intro What is Elementary?