Bump to 0.3.1-rc1

This commit is contained in:
Jan Vidar Krey 2010-02-11 08:59:57 +01:00
parent 82eeaa1fba
commit 782f091637
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ CFLAGS += -DSSL_SUPPORT
LDLIBS += -lssl
endif
GIT_VERSION=$(shell git describe --tags 2>/dev/null || echo "")
GIT_VERSION=$(shell git describe 2>/dev/null || echo "")
GIT_REVISION=$(shell git show --abbrev-commit 2>/dev/null | head -n 1 | cut -f 2 -d " " || echo "")
OLD_REVISION=$(shell grep GIT_REVISION revision.h 2>/dev/null | cut -f 3 -d " " | tr -d "\"")

View File

@ -1,11 +1,11 @@
#include "revision.h"
#ifndef PRODUCT
#define PRODUCT "uHub"
#define PRODUCT "uhub"
#endif
#ifndef VERSION
#define VERSION "0.3.0"
#define VERSION "0.3.1"
#endif
#ifndef GIT_REVISION