We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e942b commit 8fb09eeCopy full SHA for 8fb09ee
include/reelay/version.hpp
@@ -8,4 +8,4 @@
8
9
#pragma once
10
11
-#define REELAY_LIB_VERSION "2001"
+#define REELAY_VERSION "2001_0"
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext
-__version__ = '2001'
+__version__ = '2001.0'
12
cxxflags = ['--std=c++14', '-fvisibility=hidden']
13
0 commit comments