~ubuntu-branches/ubuntu/trusty/suricata/trusty

« back to all changes in this revision

Viewing changes to src/suricata.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-12-06 21:13:56 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20121206211356-3y1e549cyqvoqaqc
Tags: 1.3.5-1
ImportedĀ UpstreamĀ versionĀ 1.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
/* the name of our binary */
73
73
#define PROG_NAME "Suricata"
74
 
#define PROG_VER "1.3.4"
 
74
#define PROG_VER "1.3.5"
75
75
 
76
76
/* workaround SPlint error (don't know __gnuc_va_list) */
77
77
#ifdef S_SPLINT_S