Skip to content

Commit

Permalink
Update version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Oct 9, 2018
1 parent f36bc07 commit 14bb835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Core/src/ca/uqac/lif/cep/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public class Main
/**
* Minor version number
*/
public static final int s_minorVersion = 8;
public static final int s_minorVersion = 9;

/**
* Revision version number
*/
public static final int s_revisionVersion = 1;
public static final int s_revisionVersion = 0;

private Main()
{
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>BeepBeep 3</name>

<!-- The project's version number -->
<version>0.8.1-alpha</version>
<version>0.9-alpha</version>

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

0 comments on commit 14bb835

Please sign in to comment.