2 Commits
0.4 ... r0.4

Author SHA1 Message Date
Kelvin Sherlock
7b99997f28 Bump Version: 0.4 2016-09-24 12:51:24 -04:00
Kelvin Sherlock
42f9552352 nl @ end. 2016-09-24 12:49:10 -04:00
2 changed files with 4 additions and 3 deletions

View File

@@ -28,4 +28,5 @@ ok = system(*%w(cmake --build build))
ok = system(*%w(git add version.h))
ok = system(*%w(git commit -m), "Bump Version: #{VERSION}")
ok = system(*%w(git tag), "r#{VERSION}")
exit 0
exit 0

View File

@@ -1,5 +1,5 @@
#ifndef __version_h__
#define __version_h__
#define VERSION "0.3"
#define VERSION_DATE "Sun Aug 7 15:38:02 2016"
#define VERSION "0.4"
#define VERSION_DATE "Sat Sep 24 12:51:22 2016"
#endif