Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Forgot to update version numbers on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbell committed Aug 6, 2018
1 parent ef21ae8 commit 84bd165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/me/mdbell/noexs/ui/NoexsApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
public class NoexsApplication extends Application {

public static final int VERSION_MAJOR = 1;
public static final int VERSION_MINOR = 0;
public static final int VERSION_PATCH = 1;
public static final int VERSION_MINOR = 1;
public static final int VERSION_PATCH = 0;

public static final String APP_NAME = "JNoexs";
public static final String APP_VERSION = VERSION_MAJOR + "." + VERSION_MINOR + "." + VERSION_PATCH;
Expand Down
4 changes: 2 additions & 2 deletions server/source/noexs/include/gecko.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include "net.h"

#define VER_MAJOR (1)
#define VER_MINOR (0)
#define VER_PATCH (3)
#define VER_MINOR (1)
#define VER_PATCH (0)

#define GECKO_BUFFER_SIZE (2048 * 4)

Expand Down

0 comments on commit 84bd165

Please sign in to comment.