Skip to content

Commit e746d9e

Browse files
author
Tim
committed
Bumps version.
1 parent 0671096 commit e746d9e

File tree

6 files changed

+1191
-1191
lines changed

6 files changed

+1191
-1191
lines changed

src/edu/illinois/gernat/btools/behavior/movement/MovementDetector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 University of Illinois Board of Trustees.
2+
* Copyright (C) 2021, 2022 University of Illinois Board of Trustees.
33
*
44
* This file is part of bTools.
55
*
@@ -93,8 +93,8 @@ private static void detectMovement(String bCodeDetectionFile, String movementFil
9393

9494
private static void showVersionAndCopyright()
9595
{
96-
System.out.println("Movement detector (bTools) 0.15.0");
97-
System.out.println("Copyright (C) 2017-2021 University of Illinois Board of Trustees");
96+
System.out.println("Movement detector (bTools) 0.15.1");
97+
System.out.println("Copyright (C) 2017-2022 University of Illinois Board of Trustees");
9898
System.out.println("License AGPLv3+: GNU AGPL version 3 or later <http://www.gnu.org/licenses/>");
9999
System.out.println("This is free software: you are free to change and redistribute it.");
100100
System.out.println("There is NO WARRANTY, to the extent permitted by law.");

0 commit comments

Comments
 (0)