Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 8, 2023
1 parent e17a10a commit 7c7d42d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ http://xeus-cpp.readthedocs.io
| `xeus-cpp` | `xeus-zmq` | `xtl` | `clang` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` | `dirent` (windows only) |
|------------|-----------------|-----------------|-----------|-----------|----------|---------------|-----------------|-------------------------|
| main | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| 0.1.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| 0.0.1 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 |

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions include/xeus-cpp/xeus_cpp_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

// Project version
#define XEUS_CPP_VERSION_MAJOR 0
#define XEUS_CPP_VERSION_MINOR 0
#define XEUS_CPP_VERSION_PATCH 1
#define XEUS_CPP_VERSION_MINOR 1
#define XEUS_CPP_VERSION_PATCH 0

// Composing the version string from major, minor and patch
#define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)
Expand Down

0 comments on commit 7c7d42d

Please sign in to comment.