Commit 3f8f9b65 authored by Carl-Daniel Hailfinger's avatar Carl-Daniel Hailfinger
Browse files

Flashrom 0.9.0


Corresponding to flashrom svn r454.
Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: default avatarPeter Stuge <peter@stuge.se>
parent 5e410def
......@@ -38,10 +38,8 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
all: pciutils dep $(PROGRAM)
# Set the flashrom version string from the highest revision number
# of the checked out flashrom files.
SVNDEF := -D'FLASHROM_VERSION="$(shell svnversion -cn . \
| sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"'
# Set the flashrom version string
SVNDEF := -D'FLASHROM_VERSION="0.9.0"'
$(PROGRAM): $(OBJS)
$(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
......
......@@ -326,7 +326,7 @@ void usage(const char *name)
void print_version(void)
{
printf("flashrom r%s\n", FLASHROM_VERSION);
printf("flashrom v%s\n", FLASHROM_VERSION);
}
int main(int argc, char *argv[])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment