Skip to content

Commit

Permalink
Preparing to create tag 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Jun 22, 2023
1 parent be8ecb4 commit 2baa0dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ every change, see the Git log.

Latest
------
* tbd

2.0.0
-----
* Major: Use waf-tools 5.

1.2.0
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ranbo",
"version": "1.2.0",
"version": "2.0.0",
"description": "A C Pseudo-Random-Number-Generator (PRNG) library.",
"keywords": [
"random"
Expand Down
2 changes: 1 addition & 1 deletion src/ranbo/ranbo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <string.h>
#endif

#define STEINWURF_RANBO_VERSION "1.2.0"
#define STEINWURF_RANBO_VERSION "2.0.0"

#include "rand48.h"
#include "xoshiro256ss.h"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# encoding: utf-8

APPNAME = "ranbo"
VERSION = "1.2.0"
VERSION = "2.0.0"

import os
import sys
Expand Down

0 comments on commit 2baa0dc

Please sign in to comment.