Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pj4dev committed Nov 6, 2019
1 parent 60526ed commit fada872
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.1)

project(nogdb VERSION 1.2.0 LANGUAGES C CXX)
project(nogdb VERSION 1.2.1 LANGUAGES C CXX)

file(GLOB nogdb_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp)
file(GLOB nogdb_SOURCE_HEADER ${CMAKE_CURRENT_SOURCE_DIR}/src/*.hpp)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/nogdb/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/nogdb/libnogdb.svg?branch=develop)](https://travis-ci.org/nogdb/libnogdb)
[![Version](https://img.shields.io/badge/version-1.2.0%20beta-blue.svg)]()
[![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)]()
[![Production Status](https://img.shields.io/badge/status-stable-green.svg)]()

## Welcome
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NogDB Documentation [v1.2.0]
# NogDB Documentation [v1.2.1]
================================
:toc:
:toc-placement: preamble
Expand Down
2 changes: 1 addition & 1 deletion include/nogdb/nogdb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
*
*/

#define NOGDB_LIB_VERSION "1.2.0"
#define NOGDB_LIB_VERSION "1.2.1"

0 comments on commit fada872

Please sign in to comment.