Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfadden8 committed Jun 26, 2019
1 parent df61ed6 commit 94b9b36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#############################################################################
cmake_minimum_required (VERSION 3.5.1)
project(umap
VERSION 1.0.0
VERSION 2.0.0
LANGUAGES CXX C
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UMAP v1.0.0
# UMAP v2.0.0

[![Travis Build Status](https://travis-ci.com/LLNL/umap.svg?branch=develop)](https://travis-ci.com/LLNL/umap)
[![Documentation Status](https://readthedocs.org/projects/llnl-umap/badge/?version=develop)](https://llnl-umap.readthedocs.io/en/develop/?badge=develop)
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
******
UMAP
******
***********
UMAP v2.0.0
***********

Umap is a library that provides an mmap()-like interface to a simple, user-
space page fault handler based on the userfaultfd Linux feature (starting with
Expand Down

0 comments on commit 94b9b36

Please sign in to comment.