Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Updating version specifiers for toolchain components
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsfv committed Mar 31, 2020
1 parent 5793e9d commit a2b8d36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ xc3sprog:
trace-decoder:
sdk-utilities:

.NOTPARALLEL:
export MAKEFLAGS=-j1

# Make uses /bin/sh by default, ignoring the user's value of SHELL.
# Some systems now ship with /bin/sh pointing at dash, and this Makefile
# requires bash
Expand Down Expand Up @@ -103,9 +106,9 @@ SRC_LIBUSB := $(SRCDIR)/libusb
SRC_LIBFTDI := $(SRCDIR)/libftdi

# The version that will be appended to the various tool builds.
RGT_VERSION := 8.3.0-2019.08.1
RGDB_VERSION := 8.3.0-2019.08.0
RGBU_VERSION := 2.32.0-2019.08.0
RGT_VERSION := 8.3.0-2020.04.0
RGDB_VERSION := 8.3.0-2020.04.0
RGBU_VERSION := 2.32.0-2020.04.0
ROCD_VERSION := 0.10.0-2019.08.2
RQEMU_VERSION := 4.1.0-2019.08.0
XC3SP_VERSION := 0.1.2-2019.08.0
Expand Down

0 comments on commit a2b8d36

Please sign in to comment.