Skip to content

Commit

Permalink
Version 2001
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jan 29, 2020
1 parent 20e942b commit 8fb09ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/reelay/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

#pragma once

#define REELAY_LIB_VERSION "2001"
#define REELAY_VERSION "2001_0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext

__version__ = '2001'
__version__ = '2001.0'

cxxflags = ['--std=c++14', '-fvisibility=hidden']

Expand Down

0 comments on commit 8fb09ee

Please sign in to comment.