Skip to content

Commit

Permalink
Release of v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 16, 2015
1 parent 91804d5 commit 4e23c05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[dev_2.11]
2.11.1
- Backports from 2.80: Fix #250: No hard line breaks after 70 chars in serialized JabRef meta data
- Backports from 2.80: Fix #325: Deactivating AutoCompletion crashes EntryEditor
2.11
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# JabRef Development Version (2.11 line)
# JabRef 2.11.1

[![Circle CI](https://circleci.com/gh/JabRef/jabref/tree/dev_2.11.svg?style=shield)](https://circleci.com/gh/JabRef/jabref/tree/dev_2.11)

This version is a development version. Features may not work as expected.

The branch of this README file is `dev_2.11`.
This branch is intended for maintenance releases in the 2.11 line with Java 6 compatibility and plugin support.
The main goal is to include important fixes only.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test {
}
}

version = "2.11.1dev"
version = "2.11.1"

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->

<!-- some version information -->
<property name="jabref.version" value="2.11.1dev" />
<property name="jabref.version" value="2.11.1" />
<property name="jabref.version.full" value="2.11.101.0" /> <!-- a version number with 4 places. Required by launch4j. We use "101" instead of "1" as the old versions incremented that number -->
<property name="jabref.year" value="2015" />
<property name="jabref.placeholder.version" value="@version@" />
Expand Down

0 comments on commit 4e23c05

Please sign in to comment.