Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CPDUP -- Filesystem Mirroring Utility
=====================================
CPDUP-FREEBSD -- Filesystem Mirroring Utility
=============================================

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions src/cpdup.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ size_t strlcpy(char *dst, const char *src, size_t size);

#endif

#define VERSION "1.22"
#define AUTHORS "Matt Dillon, Dima Ruban, & Oliver Fromme"
#define VERSION "1.0.0"
#define AUTHORS "Matt Dillon, Dima Ruban, Oliver Fromme & Martin Matuska"

#if !defined(__unused)
#if (defined(__GNUC__) || defined(__clang__))
Expand Down