summaryrefslogtreecommitdiff
path: root/hw/yagl_version.h
blob: 2c7aee3f7b694c73ba6ed0745527f849e5992377 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _QEMU_YAGL_VERSION_H
#define _QEMU_YAGL_VERSION_H

#include "qemu-common.h"

/*
 * Whenever protocol changes be sure to bump this.
 */
#define YAGL_VERSION 8

#endif