Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Jun 27, 2020
1 parent b751541 commit 4ca559a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.5 FATAL_ERROR )

project(
bit_lite
VERSION 0.2.0
VERSION 0.1.0
# DESCRIPTION "A C++17-like bit, a type-safe container for single values of bit type for C++98, C++11 and later in a single-file header-only library"
# HOMEPAGE_URL "https://github.com/martinmoene/bit-lite"
LANGUAGES CXX )
Expand Down
2 changes: 1 addition & 1 deletion include/nonstd/bit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define NONSTD_BIT_LITE_HPP

#define bit_lite_MAJOR 0
#define bit_lite_MINOR 0
#define bit_lite_MINOR 1
#define bit_lite_PATCH 0

#define bit_lite_VERSION bit_STRINGIFY(bit_lite_MAJOR) "." bit_STRINGIFY(bit_lite_MINOR) "." bit_STRINGIFY(bit_lite_PATCH)
Expand Down

0 comments on commit 4ca559a

Please sign in to comment.