diff --git a/code/src/java/pcgen/resources/prop/PCGenProp.properties b/code/src/java/pcgen/resources/prop/PCGenProp.properties index be4688716b4..2bc8ad2e81d 100644 --- a/code/src/java/pcgen/resources/prop/PCGenProp.properties +++ b/code/src/java/pcgen/resources/prop/PCGenProp.properties @@ -5,7 +5,7 @@ HeadCodeMonkey=Bryan McRoberts (Benevolent Dictator) # Version number should be x.y.z (e.g. 2.0.0) - RC is x.xx.xx RCx -VersionNumber=6.08.00 RC1 +VersionNumber=6.09.00-DEV ReleaseDate=2018-11-16 CodeMonkeys=B. K. Oxley (binkley), Jonas Karlsson, Matthew Woodard, Peter Kahle, Tim Dugger, Tom Epperly, Brian Forester, Mario Bonassin, Jason Buchanan, Mark Hulsmanand, Jerry Hill, Eric Statz, Kurt Wimmer, David Fallon, Tyler Bannister, Thomas Clegg, Greg Bingleman, Emily Smirle, Arcady, Thomas Behr, Ryan Koppenhaver, Jayme Cox, Scott Ellsworth, Chris Ryan, James Dempsey, Walter Duncan, Devon Jones, Felipe Diniz, Frugal, Richard Askham, David Hibbs, John Watson, Stefan Radermacher, Ross Lodge, Benjamin Pew, Brian Kuehn, Aaron Divinsky, Andrew Wilson, Brian Hoff, Tom Parker, Andriy Sen, Koen Van Daele, Tobias Wichtrey, Per Christian Henden, Connor Petty, Dan Parks, Jasper Spaans, Steven West (redwolf3), Michael Isaacson, Vincent Lhote, Javier A. Ortiz Bultron, Gabriel Sorrel, John Carimando (UI), Andrew Maitland (LegacyKing), Eitan Adler, Jacob Raihle TestMonkeys=Dave Cortijo, Martin Brabander, John Sussenberger, Stephen Gryphon, Richard O'Doherty-Gregg, Brad Stiles, Chris Andersen, Joseff, and many more. Andrew Maitland, David R. Bender, Patryk Adamski, Paul Grosse, ratbird32, Stefan Radermacher, Vincent Lhote and Henk Slaaf (UI Beta testers) @@ -13,4 +13,4 @@ ListMonkeys=Robert Hilson, KahnB, \u00c9ric Beaudoin (Space Monkey), Tir Gwaith WWWHome=http://www.pcgen.org MailingList=http://groups.yahoo.com/group/pcgen EngineeringMonkeys=Peder (FAQ Monkey), Devon Jones & Paul Lambert (Alpha Monkey), Ed Holley & James Dempsey (Windows Installer) Conor Schutzman & Eddy Anthony (Mac Installer), Loyal & BD (Installer Monkeys), \u00c9ric Beaudoin, James Dempsey & Andrew Maitland (Release Monkeys), Karianna, James Wright, Anestis Kozakis, Ashlynne, Joseff, Papa (david), Andrew Maitland, Eddy Anthony (Tracker Monkeys), Chuck Pint, Dimrill (Bj\u00f6rn Ehlert), Richard O'Doherty-Gregg, Richard Bowers, Andrew Maitland, Tir Gwaith (Andrew McDougall) (Outputsheet Monkeys), Eddy Anthony, Shane Molnar, Terry Fitzsimons, Andrew Maitland (Doc Monkey), Reed Thornton, David Rowe, Roy Stringer, Hetter (QA Monkeys), David "Micru" Cuenca (Spanish Translation), Vince Schiavoni (Linux RPM), John Carimando (Graphic Design and Icons) -ProdVersionSeries=6.08 +ProdVersionSeries=6.10 diff --git a/gradle.properties b/gradle.properties index c287f92aeac..1e28e037013 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=6.08.00RC1 +version=6.09.00-DEV org.gradle.parallel=true \ No newline at end of file