Skip to content

Commit

Permalink
version to 1.0. Update copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Nov 27, 2014
1 parent be02483 commit 4b0656e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hemi simplifies writing portable CUDA C/C++ code. In the screenshot below, the c
Current Version
---------------

This is version: 0.1 (HEMI_VERSION == 000100)
This is version: 1.0 (HEMI_VERSION == 100000)

Hemi on github
--------------
Expand Down Expand Up @@ -227,7 +227,7 @@ https://github.com/harrism/hemi
License and Copyright
=====================

Copyright 2012, NVIDIA Corporation
Copyright 2012-2014, NVIDIA Corporation

Licensed under the Apache License, v2.0. Please see the LICENSE file included with the HEMI source code.

Expand Down
14 changes: 14 additions & 0 deletions hemi/array.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
///////////////////////////////////////////////////////////////////////////////
//
// "HEMI" CUDA Portable C/C++ Utilities
//
// Copyright 2012-2014 NVIDIA Corporation
//
// License: Apache License, v2.0 http://www.apache.org/licenses/LICENSE-2.0.html
//
// The home for HEMI is https://github.com/harrism/hemi
//
///////////////////////////////////////////////////////////////////////////////
// Please see the file README.md (https://github.com/harrism/hemi/README.md)
// for full documentation and discussion.
///////////////////////////////////////////////////////////////////////////////
#ifndef __HEMI_ARRAY_H__
#define __HEMI_ARRAY_H__

Expand Down
4 changes: 2 additions & 2 deletions hemi/hemi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// "HEMI" CUDA Portable C/C++ Utilities
//
// Copyright 2012 NVIDIA Corporation
// Copyright 2012-2014 NVIDIA Corporation
//
// License: Apache License, v2.0 http://www.apache.org/licenses/LICENSE-2.0.html
//
Expand All @@ -24,7 +24,7 @@
* HEMI_VERSION / 100000 is the major version.
* HEMI_VERSION / 100 % 1000 is the minor version.
*/
#define HEMI_VERSION 000100
#define HEMI_VERSION 100000

// Convenience function for checking CUDA runtime API results
// can be wrapped around any runtime API call. No-op in release builds.
Expand Down

0 comments on commit 4b0656e

Please sign in to comment.