Skip to content

Commit

Permalink
Packging version
Browse files Browse the repository at this point in the history
  • Loading branch information
faturita committed Feb 4, 2024
1 parent fea38ff commit 4f98137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/profiling.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <string.h>

// Comment the following define to allow quick suppression of all debug printfs or couts.
#define DEBUG
//#define DEBUG

extern std::ostream &dout;

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace WAKU { const char version[] = "v0.1.1"; }
namespace WAKU { const char version[] = "v0.1.2_beta"; }
2 changes: 1 addition & 1 deletion system/linux/waku.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Exec=/usr/games/waku/waku
Comment=Excited warfare on the seas of Kepler IV
Icon=/usr/games/waku/waku.png
Path=/usr/games/waku/
Version=0.1.1
Version=v0.1.2_beta

0 comments on commit 4f98137

Please sign in to comment.