Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162194
b: refs/heads/master
c: d41024f
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent ffc1bf5 commit b2d6920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46a0525385f59872e16d5d0962ba3e488fb18165
refs/heads/master: d41024f70fa25acfa039b53720a73ff1b15098d2
10 changes: 6 additions & 4 deletions trunk/drivers/staging/hv/VersionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
*
*/

#ifndef __HV_VERSION_INFO
#define __HV_VERSION_INFO

#pragma once
static const char VersionDate[] = __DATE__;
static const char VersionTime[] = __TIME__;
static const char VersionDesc[] = "Version 2.0";

static const char VersionDate[]=__DATE__;
static const char VersionTime[]=__TIME__;
static const char VersionDesc[]= "Version 2.0";
#endif

0 comments on commit b2d6920

Please sign in to comment.