Skip to content

Commit

Permalink
Version bump to v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcw committed Feb 21, 2021
1 parent 44a6d1f commit 3c0b101
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libfaketime, version 0.9.8 (August 2019)
========================================
libfaketime, version 0.9.9 (February 2021)
==========================================


Content of this file:
Expand All @@ -20,7 +20,7 @@ Content of this file:
i) "Limiting" libfaketime per process
j) Spawning an external process
k) Saving timestamps to file, loading them from file
l) Replacing random numbers with deterministic number sequences (experimental)
l) Replacing random numbers with deterministic number sequences
5. License
6. Contact

Expand Down Expand Up @@ -717,8 +717,8 @@ faketime needs to be run using the faketime wrapper to use these files. This
functionality has been added by Balint Reczey in v0.9.5.


4l) Replacing random numbers with deterministic number sequences (experimental)
-------------------------------------------------------------------------------
4l) Replacing random numbers with deterministic number sequences
----------------------------------------------------------------

libfaketime can be compiled with the CFLAG FAKE_RANDOM set (see src/Makefile).

Expand Down
4 changes: 2 additions & 2 deletions man/faketime.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FAKETIME "1" "August 2019" "faketime 0.9.8" wolfcw
.TH FAKETIME "1" "February 2021" "faketime 0.9.9" wolfcw
.SH NAME
faketime \- manipulate the system time for a given command
.SH SYNOPSIS
Expand Down Expand Up @@ -71,7 +71,7 @@ re-initialized. Some programs may dynamically load system libraries, such as lib
.SH "REPORTING BUGS"
Please use https://github.com/wolfcw/libfaketime/issues
.SH COPYRIGHT
Copyright \(co 2003-2013 by the libfaketime authors.
Copyright \(co 2003-2021 by the libfaketime authors.
.PP
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. You may redistribute copies of faketime under the
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.OSX
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ INSTALL ?= install
PREFIX ?= /usr/local

CFLAGS += -DFAKE_SLEEP -DFAKE_INTERNAL_CALLS -DPREFIX='"'${PREFIX}'"' $(FAKETIME_COMPILE_CFLAGS)
LIB_LDFLAGS += -dynamiclib -current_version 0.9.8 -compatibility_version 0.7
LIB_LDFLAGS += -dynamiclib -current_version 0.9.9 -compatibility_version 0.7

SONAME = 1
LIBS = libfaketime.${SONAME}.dylib
Expand Down
4 changes: 2 additions & 2 deletions src/faketime.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libfaketime wrapper command
*
* This file is part of libfaketime, version 0.9.8
* This file is part of libfaketime, version 0.9.9
*
* libfaketime is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License v2 as published by the
Expand Down Expand Up @@ -48,7 +48,7 @@

#include "faketime_common.h"

const char version[] = "0.9.8";
const char version[] = "0.9.9";

#ifdef __APPLE__
static const char *date_cmd = "gdate";
Expand Down
2 changes: 1 addition & 1 deletion src/libfaketime.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of libfaketime, version 0.9.8
* This file is part of libfaketime, version 0.9.9
*
* libfaketime is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License v2 as published by the
Expand Down

0 comments on commit 3c0b101

Please sign in to comment.