~ubuntu-branches/ubuntu/trusty/liblivemedia/trusty

« back to all changes in this revision

Viewing changes to UsageEnvironment/include/UsageEnvironment_version.hh

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-05-05 19:49:35 UTC
  • mfrom: (1.4.15) (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130505194935-pyim0rda30k401ca
Tags: 2013.04.30-1
* Team upload.
* New upstream release.
* Upload to unstable after the Debian 7.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Version information for the "UsageEnvironment" library
2
 
// Copyright (c) 1996-2012 Live Networks, Inc.  All rights reserved.
 
2
// Copyright (c) 1996-2013 Live Networks, Inc.  All rights reserved.
3
3
 
4
4
#ifndef _USAGEENVIRONMENT_VERSION_HH
5
5
#define _USAGEENVIRONMENT_VERSION_HH
6
6
 
7
 
#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2012.05.17"
8
 
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT            1337212800
 
7
#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2013.04.30"
 
8
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT            1367280000
9
9
 
10
10
#endif