~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to modules/linux/vsock/linux/vsock_version.h

  • Committer: Package Import Robot
  • Author(s): Nate Muench
  • Date: 2012-06-20 15:59:51 UTC
  • mfrom: (1.4.8)
  • Revision ID: package-import@ubuntu.com-20120620155951-6rupmpb0f70b52zr
Tags: 2012.05.21-724730-0ubuntu1
* Merging upstream version 2012.05.21-724730.
  - Fixes building against the current Quantal kernel. (LP: #1000344)
  - Fixes Quantal installation issues. (LP: #1019031)

* Sync with Debian
  - Updating to debhelper version 9.
  - Updating to standards version 3.9.3.
  - Updating copyright file machine-readable format version 1.0.
  - Building without multiarch paths for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*********************************************************
2
 
 * Copyright (C) 2011 VMware, Inc. All rights reserved.
 
2
 * Copyright (C) 2011-2012 VMware, Inc. All rights reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify it
5
5
 * under the terms of the GNU General Public License as published by the
25
25
#ifndef _VSOCK_VERSION_H_
26
26
#define _VSOCK_VERSION_H_
27
27
 
28
 
#define VSOCK_DRIVER_VERSION          9.3.3.0
29
 
#define VSOCK_DRIVER_VERSION_COMMAS   9,3,3,0
30
 
#define VSOCK_DRIVER_VERSION_STRING   "9.3.3.0"
 
28
#define VSOCK_DRIVER_VERSION          9.5.3.0
 
29
#define VSOCK_DRIVER_VERSION_COMMAS   9,5.3,0
 
30
#define VSOCK_DRIVER_VERSION_STRING   "9.5.3.0"
31
31
 
32
32
#endif /* _VSOCK_VERSION_H_ */