Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus D. R. Klarqvist committed Aug 11, 2017
1 parent 38844da commit e191c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomahawk/MagicConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Constants{
const double ALLOWED_ROUNDING_ERROR = 0.001;

const std::string PROGRAM_NAME = "tomahawk";
const float PROGRAM_VERSION = 0.1;
const float PROGRAM_VERSION = 0.3;
const U32 WRITE_BLOCK_SIZE = 1000000; // Byte size when a block is compressed and flushed to disk
const U32 WRITE_BLOCK_SIZE_PADDING = 65536; // Internal use to avoid resizing in most cases

Expand Down

0 comments on commit e191c26

Please sign in to comment.