Skip to content

Commit

Permalink
BoneJ v1.4.0
Browse files Browse the repository at this point in the history
This release includes the following improvements:

- New Ellipsoid Factor plugin
- New Kontron IMG reader plugin
- Fixes to ISQ reader's downsampling
- Improved ISQ reader speed
- Analyse Skeleton up-to-date with Ignacio's version
  • Loading branch information
mdoube committed Jan 26, 2015
1 parent dd870a9 commit 3104b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/org/bonej/Help.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ public class Help implements PlugIn {
/**
* branch
*/
public static final String branch = "-testing";
public static final String branch = "";

/**
* BoneJ version
*/
public static final String bonejVersion = "1.3.14"+branch;
public static final String bonejVersion = "1.4.0"+branch;

public void run(String arg) {
if (arg.equals("about")) {
Expand Down
4 changes: 2 additions & 2 deletions src/plugins.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Name: BoneJ_
# Author: Michael Doube
# Version: 1.3.14
# Date: 2014-07-11
# Version: 1.4.0
# Date: 2015-01-26
# Requires: ImageJ 1.46k
# Generate the jar file using: "jar cvfM BoneJ_.jar *"

Expand Down

0 comments on commit 3104b7a

Please sign in to comment.