Skip to content

Commit

Permalink
next release version: 3.0beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
abika committed Jul 2, 2015
1 parent 523206f commit 08ca541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/kontalk/Kontalk.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
public final class Kontalk {
private final static Logger LOGGER = Logger.getLogger(Kontalk.class.getName());

public final static String VERSION = "3.0beta2";
public final static String VERSION = "3.0beta3";
public final static String RES_PATH = "res/";
private final static String CONFIG_DIR;

Expand Down
2 changes: 1 addition & 1 deletion win_installer/create_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;Defines

!define APPNAME "Kontalk Desktop Client"
!define VERSION "3.0beta2"
!define VERSION "3.0beta3"
!define JARNAME "KontalkDesktopApp.jar"
!define WEBSITE "kontalk.org"
!define ICON "kontalk.ico"
Expand Down

0 comments on commit 08ca541

Please sign in to comment.