diff --git a/CHANGELOG.md b/CHANGELOG.md index a25a3ef014f..98caa1d151c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,47 @@ Here, the categories "Changed" for added and changed functionality, "Removed" for removed functionality are used. We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`. + +## [Unreleased] + +### Changed + +### Fixed + +### Removed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## [4.3] - 2018-06-01 @@ -368,6 +409,7 @@ The new default removes the linked file from the entry instead of deleting the f The changelog of versions 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md). The changelog of 2.11 and versions before is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG). +[Unreleased]: https://github.com/JabRef/jabref/compare/v4.3...HEAD [4.3]: https://github.com/JabRef/jabref/compare/v4.2...v4.3 [4.2]: https://github.com/JabRef/jabref/compare/v4.1...v4.2 [4.1]: https://github.com/JabRef/jabref/compare/v4.0...v4.1 diff --git a/build.gradle b/build.gradle index 3948ad18fa7..b6247e819db 100644 --- a/build.gradle +++ b/build.gradle @@ -44,8 +44,8 @@ apply from: 'localization.gradle' apply from: 'xjc.gradle' group = "org.jabref" -version = "4.3" -project.ext.threeDotVersion = "4.3.0.0" +version = "4.4-dev" +project.ext.threeDotVersion = "4.3.0.1" project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j7' : 'install4j7') sourceCompatibility = 1.8 targetCompatibility = 1.8