Version bump standalone implementations

This commit is contained in:
Tom Lin 2021-12-22 13:05:29 +00:00
parent b0f9c179ea
commit 1de088d8ea
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
<artifactId>java-stream</artifactId>
<groupId>javastream</groupId>
<version>3.4.0</version>
<version>4.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@ -337,7 +337,7 @@ public class Main {
}
}
private static final String VERSION = "3.4";
private static final String VERSION = "4.0";
private static final float START_SCALAR = 0.4f;
private static final float START_A = 0.1f;

View File

@ -1,7 +1,7 @@
name = "JuliaStream"
uuid = "1bdcc9b7-f5ed-4705-bc7b-be1b748ec681"
authors = ["Wei-Chen Lin <wl14928@bristol.ac.uk>"]
version = "3.4.0"
version = "4.0"
[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"

View File

@ -158,7 +158,7 @@ end
const DefaultInit = (0.1, 0.2, 0.0)
const DefaultScalar = 0.4
const Version = "3.4.0"
const Version = "4.0"
function main()

View File

@ -1,6 +1,6 @@
[package]
name = "rust-stream"
version = "3.4.0"
version = "4.0"
authors = ["Wei-Chen Lin <wl14928@bristol.ac.uk>"]
edition = "2018"

View File

@ -4,7 +4,7 @@ lazy val root = (project in file("."))
.enablePlugins(NativeImagePlugin)
.settings(
scalaVersion := "3.0.0",
version := "3.4.0",
version := "4.0",
organization := "uk.ac.bristol.uob-hpc",
organizationName := "University of Bristol",
Compile / mainClass := mainCls,

View File

@ -108,7 +108,7 @@ given DoubleFractional: Fractional[Double] with
object App:
final val Version: String = "3.4.0"
final val Version: String = "4.0"
case class Config[@specialized(Double, Float) A](
options: Options,