~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/libusbx/libusb/version.h

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
 
2
#include "version_nano.h"
 
3
#ifndef LIBUSB_MAJOR
 
4
#define LIBUSB_MAJOR 1
 
5
#endif
 
6
#ifndef LIBUSB_MINOR
 
7
#define LIBUSB_MINOR 0
 
8
#endif
 
9
#ifndef LIBUSB_MICRO
 
10
#define LIBUSB_MICRO 16
 
11
#endif
 
12
#ifndef LIBUSB_NANO
 
13
#define LIBUSB_NANO 0
 
14
#endif
 
15
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 
16
#ifndef LIBUSB_RC
 
17
#define LIBUSB_RC ""
 
18
#endif