Skip to content

Commit fbaef97

Browse files
author
Eric Bodden
committed
fixing up Soot version number
1 parent e014f32 commit fbaef97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soot/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static Main v() {
4242
// TODO: the following string should be updated by the source control
4343
// No it shouldn't. Prcs is horribly borken in this respect, and causes
4444
// the code to not compile all the time.
45-
public final String versionString = "2.2.3";
45+
public final String versionString = "2.2.5";
4646

4747
private Date start;
4848
private Date finish;

0 commit comments

Comments
 (0)