Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim authored and Tim committed Dec 4, 2018
1 parent 5d4afb1 commit 68d6f24
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import edu.illinois.gernat.btools.common.parameters.Parameters;

/**
* @version 0.12.1
* @version 0.12.2
* @since 0.12.0
* @author Tim Gernat
*/
Expand Down Expand Up @@ -240,7 +240,7 @@ public static void processImage(String[] args) throws IOException, ParseExceptio

private static void showVersionAndCopyright()
{
System.out.println("Trophallaxis Detector (bTools) 0.12.1");
System.out.println("Trophallaxis Detector (bTools) 0.13.0");
System.out.println("Copyright (C) 2017, 2018 University of Illinois Board of Trustees");
System.out.println("License AGPLv3+: GNU AGPL version 3 or later <http://www.gnu.org/licenses/>");
System.out.println("This is free software: you are free to change and redistribute it.");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 University of Illinois Board of Trustees.
* Copyright (C) 2017, 2018 University of Illinois Board of Trustees.
*
* This file is part of bTools.
*
Expand All @@ -25,7 +25,7 @@
import edu.illinois.gernat.btools.common.parameters.Parameters;

/**
* @version 0.12.0
* @version 0.12.1
* @since 0.12.0
* @author Tim Gernat
*/
Expand All @@ -47,8 +47,8 @@ private static void toPlainText(String sourceFileName, String destinationFileNam

private static void showVersionAndCopyright()
{
System.out.println("Converter (bTools) 0.12.0");
System.out.println("Copyright (C) 2017 University of Illinois Board of Trustees");
System.out.println("Converter (bTools) 0.13.0");
System.out.println("Copyright (C) 2017, 2018 University of Illinois Board of Trustees");
System.out.println("License AGPLv3+: GNU AGPL version 3 or later <http://www.gnu.org/licenses/>");
System.out.println("This is free software: you are free to change and redistribute it.");
System.out.println("There is NO WARRANTY, to the extent permitted by law.");
Expand Down
8 changes: 4 additions & 4 deletions src/edu/illinois/gernat/btools/common/io/record/Indexer.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 University of Illinois Board of Trustees.
* Copyright (C) 2017, 2018 University of Illinois Board of Trustees.
*
* This file is part of bTools.
*
Expand Down Expand Up @@ -28,7 +28,7 @@
import edu.illinois.gernat.btools.common.parameters.Parameters;

/**
* @version 0.12.0
* @version 0.12.1
* @since 0.12.0
* @author Tim Gernat
*/
Expand Down Expand Up @@ -65,8 +65,8 @@ public static void index(String recordFileName, int eolByteCount) throws IOExcep

private static void showVersionAndCopyright()
{
System.out.println("Indexer (bTools) 0.12.0");
System.out.println("Copyright (C) 2017 University of Illinois Board of Trustees");
System.out.println("Indexer (bTools) 0.13.0");
System.out.println("Copyright (C) 2017, 2018 University of Illinois Board of Trustees");
System.out.println("License AGPLv3+: GNU AGPL version 3 or later <http://www.gnu.org/licenses/>");
System.out.println("This is free software: you are free to change and redistribute it.");
System.out.println("There is NO WARRANTY, to the extent permitted by law.");
Expand Down
8 changes: 4 additions & 4 deletions src/edu/illinois/gernat/btools/tracking/bcode/BCodeMaker.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 University of Illinois Board of Trustees.
* Copyright (C) 2017, 2018 University of Illinois Board of Trustees.
*
* This file is part of bTools.
*
Expand Down Expand Up @@ -35,7 +35,7 @@
import edu.illinois.gernat.btools.common.parameters.Parameters;

/**
* @version 0.12.0
* @version 0.12.1
* @since 0.12.0
* @author Tim Gernat
*/
Expand Down Expand Up @@ -178,8 +178,8 @@ private static float toPixels(float mm)

private static void showVersionAndCopyright()
{
System.out.println("bCode Maker (bTools) 0.12.0");
System.out.println("Copyright (C) 2017 University of Illinois Board of Trustees");
System.out.println("bCode Maker (bTools) 0.13.0");
System.out.println("Copyright (C) 2017, 2018 University of Illinois Board of Trustees");
System.out.println("License AGPLv3+: GNU AGPL version 3 or later <http://www.gnu.org/licenses/>");
System.out.println("This is free software: you are free to change and redistribute it.");
System.out.println("There is NO WARRANTY, to the extent permitted by law.");
Expand Down

0 comments on commit 68d6f24

Please sign in to comment.