Skip to content

Commit

Permalink
Release of 2.11 beta 3
Browse files Browse the repository at this point in the history
 * Modifies information files
 * Add splash-beta3.svg (based on splash-beta2.svg)
  • Loading branch information
koppor committed Jun 21, 2015
1 parent b6e007b commit 8564851
Show file tree
Hide file tree
Showing 6 changed files with 102 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 @@
[master]
2.11 beta 3
- New MacOSX integration
- Two releases for MacOSX: OSX-Java6 for Apple Java 1.6 and OSX for Oracle Java 1.7+
- Fix for bug #1278 Crash after changing LookAndFeel (showing a proper error message if L&F is not available)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# JabRef 2.11 development version
# JabRef 2.11 beta 3

[![Build Status](https://api.travis-ci.org/JabRef/jabref.png?branch=master)](https://travis-ci.org/JabRef/jabref)
[![Dependency Status](https://www.versioneye.com/user/projects/557f2723386664002000009c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557f2723386664002000009c)
[![Coverage Status](https://coveralls.io/repos/JabRef/jabref/badge.svg)](https://coveralls.io/r/JabRef/jabref)
[![Join the chat at https://gitter.im/JabRef/jabref](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JabRef/jabref?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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

JabRef is a graphical Java application for editing bibtex (`.bib`) databases.
JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test {
}
}

version = "2.11dev"
version = "2.11b3"

repositories {
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->

<!-- some version information -->
<property name="jabref.version" value="2.11dev" />
<property name="jabref.version.full" value="2.11.3.0" /> <!-- a version number with 4 places. Required by launch4j -->
<property name="jabref.version" value="2.11b3" />
<property name="jabref.version.full" value="2.11.3.1" /> <!-- a version number with 4 places. Required by launch4j -->
<property name="jabref.year" value="2015" />
<property name="jabref.placeholder.version" value="@version@" />
<property name="jabref.placeholder.year" value="@year@" />
Expand Down
96 changes: 96 additions & 0 deletions src/main/resources/images/splash-beta3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8564851

Please sign in to comment.