epjitsu backend v30

- bump build number
merge-requests/1/head
m. allan noah 2017-03-21 21:35:59 -04:00
rodzic 891e3984d0
commit a7fde11e15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -202,7 +202,7 @@
#include "epjitsu-cmd.h"
#define DEBUG 1
#define BUILD 29
#define BUILD 30
#ifndef MAX3
#define MAX3(a,b,c) ((a) > (b) ? ((a) > (c) ? a : c) : ((b) > (c) ? b : c))