Skip to content

Commit

Permalink
version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed May 17, 2020
1 parent 14f36d5 commit 18c3917
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ Released 2019-09-02
* New features:

- Add list splicing

Version 2.0
===========

Released 2020-05-17

* New features:

- Add event handling
- Add worker pools
6 changes: 3 additions & 3 deletions src/dynamic.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef DYNAMIC_H_INCLUDED
#define DYNAMIC_H_INCLUDED

#define DYNAMIC_VERSION "1.3.0"
#define DYNAMIC_VERSION_MAJOR 1
#define DYNAMIC_VERSION_MINOR 3
#define DYNAMIC_VERSION "2.0.0"
#define DYNAMIC_VERSION_MAJOR 2
#define DYNAMIC_VERSION_MINOR 0
#define DYNAMIC_VERSION_PATCH 0

#ifdef __cplusplus
Expand Down

0 comments on commit 18c3917

Please sign in to comment.