Skip to content

Commit

Permalink
Added version info
Browse files Browse the repository at this point in the history
  • Loading branch information
acozma committed Dec 10, 2015
1 parent 2d24567 commit c85a022
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libsmu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include <thread>
#include <cmath>

#define LIBSMU_VERSION "v0.87"

#ifndef M_PI
#define M_PI (4.0*atan(1.0))
#endif
Expand All @@ -29,11 +31,12 @@ struct libusb_device;
struct libusb_device_handle;
struct libusb_context;


class Session {
public:
Session();
~Session();

static const char* get_libsmu_version() { return LIBSMU_VERSION; };

int update_available_devices();
unsigned m_active_devices;
Expand Down

0 comments on commit c85a022

Please sign in to comment.