Skip to content

Commit 4ef44f1

Browse files
authored
Merge pull request #1 from madpilot78/freebsd_release
Prepare to relase FreeBSD fork
2 parents 65d20ef + ba65039 commit 4ef44f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CPDUP -- Filesystem Mirroring Utility
2-
=====================================
1+
CPDUP-FREEBSD -- Filesystem Mirroring Utility
2+
=============================================
33

44
Introduction
55
------------

src/cpdup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ size_t strlcpy(char *dst, const char *src, size_t size);
4545

4646
#endif
4747

48-
#define VERSION "1.22"
49-
#define AUTHORS "Matt Dillon, Dima Ruban, & Oliver Fromme"
48+
#define VERSION "1.0.0"
49+
#define AUTHORS "Matt Dillon, Dima Ruban, Oliver Fromme & Martin Matuska"
5050

5151
#if !defined(__unused)
5252
#if (defined(__GNUC__) || defined(__clang__))

0 commit comments

Comments
 (0)