Skip to content

Commit

Permalink
Increment version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Nov 9, 2016
1 parent 0416adf commit f7a728c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ teensy_loader_cli: teensy_loader_cli.c
else
CC ?= gcc
SDK ?= $(shell xcrun --show-sdk-path)
#SDK ?= /Developer/SDKs/MacOSX10.5.sdk # the old way...
#SDK ?= /Developer/SDKs/MacOSX10.6.sdk # the old way...
CFLAGS ?= -O2 -Wall
teensy_loader_cli: teensy_loader_cli.c
$(CC) $(CFLAGS) -DUSE_APPLE_IOKIT -isysroot $(SDK) -o teensy_loader_cli teensy_loader_cli.c -Wl,-syslibroot,$(SDK) -framework IOKit -framework CoreFoundation
Expand Down
4 changes: 2 additions & 2 deletions teensy_loader_cli.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Teensy Loader, Command Line Interface
* Program and Reboot Teensy Board with HalfKay Bootloader
* http://www.pjrc.com/teensy/loader_cli.html
* Copyright 2008-2010, PJRC.COM, LLC
* Copyright 2008-2016, PJRC.COM, LLC
*
* You may redistribute this program and/or modify it under the terms
* of the GNU General Public License as published by the Free Software
Expand Down Expand Up @@ -101,7 +101,7 @@ int main(int argc, char **argv)
if (!code_size) {
usage("MCU type must be specified");
}
printf_verbose("Teensy Loader, Command Line, Version 2.0\n");
printf_verbose("Teensy Loader, Command Line, Version 2.1\n");

if (boot_only) {
if (! teensy_open()) {
Expand Down

0 comments on commit f7a728c

Please sign in to comment.