prepare 1.3.3 release

This commit is contained in:
Pavol Rusnak 2015-04-01 17:17:37 +02:00
parent 4cbf29505d
commit 8b268692fe
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ RUN git clone https://github.com/libopencm3/libopencm3
# build libopencm3
ENV LIBOPENCM3_GITREV fd141a81313876e3dc9253d682f7314fa2a59718
ENV LIBOPENCM3_GITREV 7dbb93c78411b37bec64b5ca5be55076b0ab1b15
RUN cd libopencm3 && git checkout $LIBOPENCM3_GITREV && make

View File

@ -22,7 +22,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 2
#define VERSION_PATCH 3
#define STR(X) #X
#define VERSTR(X) STR(X)