increment version number

compileTime 0.3.1
John Jekel 5 years ago
parent 64c8e5d5b3
commit 73d3d51880
  1. 4
      include/anslatortray.hpp

@ -1,4 +1,4 @@
/* Anslatortray 0.3.0
/* Anslatortray 0.3.1
*
* A simple, header-only library to translate from English to Pig Latin.
*
@ -40,7 +40,7 @@
#ifndef ANSLATORTRAY_HPP
#define ANSLATORTRAY_HPP
#define ANSLATORTRAY_VERSION 0.3.0
#define ANSLATORTRAY_VERSION 0.3.1
#if __cplusplus >= 201103L//supports C++11 and later for now

Loading…
Cancel
Save