Skip to content

Commit

Permalink
Updated for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reposa committed Jan 9, 2015
1 parent f079105 commit 3f6690e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Figaro/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Figaro
Bundle-SymbolicName: com.cra.figaro
Bundle-Version: 3.0.0
Bundle-Version: 3.1.0
Export-Package: com.cra.figaro.algorithm,
com.cra.figaro.algorithm.decision,
com.cra.figaro.algorithm.decision.index,
Expand Down
2 changes: 1 addition & 1 deletion Figaro/figaro_build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.0.0.0
version=3.1.0.0
4 changes: 2 additions & 2 deletions FigaroExamples/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: FigaroExamples
Bundle-SymbolicName: com.cra.figaro.examples
Bundle-Version: 3.0.0
Require-Bundle: com.cra.figaro;bundle-version="3.0.0",
Bundle-Version: 3.1.0
Require-Bundle: com.cra.figaro;bundle-version="3.1.0",
org.scala-lang.scala-library
Bundle-Vendor: Charles River Analytics
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Binary file modified doc/Figaro 3.0 Release Notes.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object FigaroBuild extends Build {
override val settings = super.settings ++ Seq(
organization := "com.cra.figaro",
description := "Figaro: a language for probablistic programming",
version := "3.0.0.0",
version := "3.1.0.0",
scalaVersion := "2.11.4",
crossPaths := true,
publishMavenStyle := true,
Expand Down

0 comments on commit 3f6690e

Please sign in to comment.