Skip to content

Commit

Permalink
Prepare for v0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
btzy committed Sep 3, 2018
1 parent 2decc7d commit 19c00d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CircuitSandbox/declarations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ constexpr inline SDL_Color BLACK { 0x00, 0x00, 0x00, 0xff };
// strings
// we use compiler #defines so we can have adjacent string concatenation
#define CIRCUIT_SANDBOX_STRING "Circuit Sandbox"
#define CIRCUIT_SANDBOX_VERSION_STRING "v0.3" // change this when there is a new update
#define CIRCUIT_SANDBOX_VERSION_STRING "v0.4" // change this when there is a new update
#define WINDOW_TITLE_STRING CIRCUIT_SANDBOX_STRING " " CIRCUIT_SANDBOX_VERSION_STRING

/**
Expand Down
Binary file modified docs/manuals/latest.pdf
Binary file not shown.
Binary file added docs/manuals/v0.4.pdf
Binary file not shown.

0 comments on commit 19c00d0

Please sign in to comment.