-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit to GitHub and licensed under AGPL.
- Loading branch information
0 parents
commit 6dba049
Showing
386 changed files
with
80,836 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
dnl | ||
dnl The triple is called "major", "minor", and "micro". Bump the major | ||
dnl version every time there is an interface-altering rework of the | ||
dnl library. The minor version should alternate between even (for stable | ||
dnl releases) and odd (for development releases). Finally, bump the micro | ||
dnl version every time you do a release of the software. | ||
dnl | ||
define(VCR_VERSION_STRING, 3.0.3)dnl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include(`.macros.m4')dnl | ||
VCR_VERSION_STRING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Authors of VCR (in chronological order of initial contribution) | ||
|
||
Douglas Wikstr�m Main author | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
2018-02-02 Douglas Wikstrom <[email protected]> | ||
|
||
* Version 3.0.3 Licensed under AGPL. | ||
|
Oops, something went wrong.