Skip to content

Commit

Permalink
Update to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Aug 29, 2024
1 parent 6a884d1 commit eb06b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Core/src/ca/uqac/lif/cep/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
BeepBeep, an event stream processor
Copyright (C) 2008-2023 Sylvain Hallé
Copyright (C) 2008-2024 Sylvain Hallé
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
Expand Down Expand Up @@ -37,7 +37,7 @@ public class Main
/**
* Revision version number
*/
public static final int s_revisionVersion = 1;
public static final int s_revisionVersion = 3;

private Main()
{
Expand All @@ -53,7 +53,7 @@ private Main()
public static void main(String[] args)
{
System.out.println("BeepBeep 3 v" + formatVersion() + " - An event stream processing engine");
System.out.println("(C) 2008-2023 Laboratoire d'informatique formelle");
System.out.println("(C) 2008-2024 Laboratoire d'informatique formelle");
System.out.println("Université du Québec à Chicoutimi, Canada");
System.exit(0);
}
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.11.2</version>
<version>0.11.3</version>

<!-- The project's package (with a trailing slash) -->
<package>ca/uqac/lif/cep/</package>
Expand Down

0 comments on commit eb06b83

Please sign in to comment.