Skip to content

Commit

Permalink
Update version number to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed May 9, 2017
1 parent c374ceb commit 281a4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/readsevenzip/HttpIsoReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
public class HttpIsoReader {
IInArchive archive;

private static final String RE7ZIP_VERSION = "1.2";
private static final String RE7ZIP_PROJECT_PAGE = "http://code.google.com/p/re7zip/";
private static final String RE7ZIP_VERSION = "1.3";
private static final String RE7ZIP_PROJECT_PAGE = "http://github/ghuls/re7zip/";
private static final String RE7ZIP_DOWNLOAD_PAGE = "http://reboot.pro/files/file/224-re7zip/";
private static final String LIB_7ZIP_JBINDING_VERSION = SevenZip.getSevenZipJBindingVersion();
private static final String LIB_7ZIP_JBINDING_PROJECT_PAGE = "http://sevenzipjbind.sourceforge.net/";
Expand Down

0 comments on commit 281a4b0

Please sign in to comment.