Add version info from git-describe

A new script, gen-version.sh, is now invoked from 'make version' to generate
the file VERSION. This file contains a version identifier generated by
git-describe and is included in the Makefile.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Cette révision appartient à :
Lars Hjemli
2007-06-18 09:42:10 +02:00
Parent 4a0be58666
révision f69250358a
7 fichiers modifiés avec 27 ajouts et 16 suppressions

3
cgit.c
Voir le fichier

@@ -8,9 +8,6 @@
#include "cgit.h"
const char cgit_version[] = CGIT_VERSION;
static int cgit_prepare_cache(struct cacheitem *item)
{
if (!cgit_repo && cgit_query_repo) {