Skip to content

Commit 9d6340d

Browse files
committed
Second release candidate.
1 parent 02928ff commit 9d6340d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [1.0.0-rc.2] - 2015-11-04
66
### Added
77
- This CHANGELOG file.
88
- Handle misconfigured password and destination folder.
@@ -16,4 +16,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1616
- The server implementation all packed in a single file.
1717
- Documentation to help people get started.
1818

19-
[Unreleased]: https://github.com/PhotoBackup/server-php/compare/v1.0.0-rc.1...HEAD
19+
[1.0.0-rc.2]: https://github.com/PhotoBackup/server-php/compare/v1.0.0-rc.1...v1.0.0-rc.2

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* A minimal PhotoBackup API endpoint developed in PHP.
44
*
5-
* @version 1.0.0-rc.1
5+
* @version 1.0.0-rc.2
66
* @author Martijn van der Ven <[email protected]>
77
* @copyright 2015 Martijn van der Ven
88
* @license http://opensource.org/licenses/MIT The MIT License

0 commit comments

Comments
 (0)