Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Release version 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Feb 23, 2016
1 parent 28fc840 commit 05d7eda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>ca.mcgill</groupId>
<artifactId>Sholl_Analysis</artifactId>
<version>3.4.6-SNAPSHOT</version>
<version>3.4.6</version>

<name>Sholl Analysis</name>
<description>An ImageJ 1.x plugin that uses automated Sholl to perform neuronal morphometry directly from bitmap images</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/Sholl_Analysis.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class Sholl_Analysis implements PlugIn, DialogListener {

/* Plugin Information */
/** The Plugin's version */
public static final String VERSION = "3.4.6-DEV";
public static final String VERSION = "3.4.6";
private static final String URL = "http://imagej.net/Sholl";

/* Sholl Type Definitions */
Expand Down Expand Up @@ -967,7 +967,7 @@ private boolean bitmapPrompt(final double chordAngle, final boolean is3D, final

// We'll use the "units" label of the GenericDialog's numeric field to
// provide some feedback on the usage of multi-point counters
// (http://imagej.net/Sholl#InitialROIs). This is obviously extremely
// (http://imagej.net/Sholl#Startup_ROI). This is obviously extremely
// hacky, but we are already at the limit of customization allowed by
// GenericDialogs
final String mpTip = (primaryFromPointRoi)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Sholl_Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*/
public class Sholl_Utils implements PlugIn {

private static final String BUILD = "2016.03";
private static final String BUILD = "2016.02";
private static final String SRC_URL = "https://github.com/tferr/ASA";
private static final String DOC_URL = "http://imagej.net/Sholl";

Expand Down

0 comments on commit 05d7eda

Please sign in to comment.