summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-10-08 00:25:56 +0200
committerpancake <pancake@dazo>2007-10-08 00:25:56 +0200
commit85fdbfb35437f5ab8a449235f2c86f410770925f (patch)
treee54a6f6e60b7d8cbd451edf0399097376238882d /src/Makefile
parent11e32133b02012d200104ca44968fd453a86c49d (diff)
download0xFFFF-85fdbfb35437f5ab8a449235f2c86f410770925f.tar.bz2
* Finally implement the support for the FIASCO firmware format
* Up version to 0.3 * Alphabetically order the help message flags * Cleaner short help message * Pseudo-api for creating firmwares (not yet finished) * Add '-F' flag to flash from a fiasco image
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5d9203b..d8547ae 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.2
+VERSION=0.3
OBJ=main.o fiasco.o hexdump.o dump.o flash.o serial.o
OBJ+=hash.o fpid.o query.o pieces.o utils.o devices.o console.o
BIN=0xFFFF