Skip to content

Commit

Permalink
Revert Engine.java
Browse files Browse the repository at this point in the history
Revert getRevision()
  • Loading branch information
JonathanMELIUS authored Apr 25, 2018
1 parent 13f6f56 commit d7d6acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/org.pathvisio.core/src/org/pathvisio/core/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public void dispose()
/** return the subversion revision at the time of building */
public static String getRevision()
{
return Revision.REVISION;
return "";
}

/** The current PathVisio version */
Expand All @@ -548,4 +548,4 @@ public static String getVersion()
return Revision.VERSION;
}

}
}

0 comments on commit d7d6acc

Please sign in to comment.