11 lines
292 B
C++
Executable File
11 lines
292 B
C++
Executable File
// Version information for the "liveMedia" library
|
|
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
|
|
|
|
#ifndef _LIVEMEDIA_VERSION_HH
|
|
#define _LIVEMEDIA_VERSION_HH
|
|
|
|
#define LIVEMEDIA_LIBRARY_VERSION_STRING "20170726"
|
|
#define LIVEMEDIA_LIBRARY_VERSION_INT 1463702400
|
|
|
|
#endif
|