Skip to content

Commit

Permalink
New Version: 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHal committed Sep 9, 2021
1 parent 7938d1a commit 8f0835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTU2BIN/PTU2BIN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern int ExportIBWFile(std::ostream& os, uint32_t* histogram, int64_t pix_x,
int64_t pix_y, double res_space, double res_time, int64_t num_hist_channels,
int64_t max_export_channel, const std::string& wavename, time_t filedate);

constexpr auto APP_NAME = "PTU2BIN", VERSION = "pre-2";
constexpr auto APP_NAME = "PTU2BIN", VERSION = "2.0";



Expand Down

0 comments on commit 8f0835d

Please sign in to comment.