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

Commit

Permalink
Version number 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 27, 2018
1 parent 123a461 commit 40d0f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Server/src/ca/uqac/lif/cornipickle/server/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Main
/**
* Revision version number
*/
public static final int s_revisionVersion = 1;
public static final int s_revisionVersion = 2;

/**
* Default server name
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>Cornipickle</name>

<!-- The project's version number -->
<version>1.3</version>
<version>1.3.2</version>

<!-- The project's author. Currently this only
shows up in the footer of the Javadoc documentation. -->
Expand Down

0 comments on commit 40d0f67

Please sign in to comment.