Skip to content

Commit 85809c5

Browse files
committed
Update versions to final release versions
1 parent 10be36e commit 85809c5

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

build.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<target name="compile" depends="generate_filters" description="Compile the source files for the project.">
3333
<filter filtersfile="version_data.properties"/>
3434
<filter token="VERSION" value="P"/>
35-
<filter token="VERSION_RUNTIME" value="0.4.0-snapshot"/>
36-
<filter token="VERSION_STRING" value="Ioke E ikj 0.4.0-snapshot"/>
35+
<filter token="VERSION_RUNTIME" value="0.4.0"/>
36+
<filter token="VERSION_STRING" value="Ioke P ikj 0.4.0"/>
3737

3838
<javac destdir="${classes.dir}" debug="true" source="${javac.version}" target="${javac.version}">
3939
<classpath refid="build.classpath"/>
@@ -136,7 +136,7 @@
136136
</target>
137137

138138
<target name="dist-bin" depends="jar">
139-
<tar destfile="${release.dir}/ioke-P-ikj-0.4.0-snapshot.tar.gz" compression="gzip">
139+
<tar destfile="${release.dir}/ioke-P-ikj-0.4.0.tar.gz" compression="gzip">
140140
<tarfileset mode="755" dir="." prefix="ioke">
141141
<include name="bin/*.bat"/>
142142
<include name="bin/dokgen"/>
@@ -156,7 +156,7 @@
156156
</tarfileset>
157157
</tar>
158158

159-
<zip destfile="${release.dir}/ioke-P-ikj-0.4.0-snapshot.zip">
159+
<zip destfile="${release.dir}/ioke-P-ikj-0.4.0.zip">
160160
<zipfileset filemode="755" dir="." prefix="ioke">
161161
<include name="bin/*.bat"/>
162162
<include name="bin/dokgen"/>

docs/release_announcement_P

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Download: http://ioke.org/download.html
88
Programming guide: http://ioke.org/wiki/index.php/Guide
99
Wiki: http://ioke.org/wiki
1010

11+
The two specific releases that encompass Ioke P are ikj 0.4.0 and ikc 0.4.0.
12+
1113
Ioke P is the fourth release of Ioke. It includes many new features compared to Ioke E:
1214

1315
- Number Infinity

ioke-ikc.build

+4-5
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
</script>
5959

6060
<echo file="${build.filtered.dir}/Ioke.Lang.version.properties">ioke.build.version=E
61-
ioke.build.runtimeVersion=0.2.0-snapshot
62-
ioke.build.versionString=Ioke E ikc 0.2.0-snapshot
61+
ioke.build.runtimeVersion=0.4.0
62+
ioke.build.versionString=Ioke P ikc 0.4.0
6363
ioke.build.date=${version::extract-date()}
6464
ioke.build.commit=${version::extract-commit()}
6565
</echo>
@@ -135,7 +135,7 @@ ioke.build.commit=${version::extract-commit()}
135135
</target>
136136

137137
<target name="dist-bin">
138-
<tar destfile="${release.dir}/ioke-E-ikc-0.2.0-snapshot.tar.gz" compression="GZip">
138+
<tar destfile="${release.dir}/ioke-P-ikc-0.4.0.tar.gz" compression="GZip">
139139
<fileset filemode="755" basedir="." prefix="ioke">
140140
<include name="bin/*.dll"/>
141141
<include name="bin/*.exe"/>
@@ -155,7 +155,7 @@ ioke.build.commit=${version::extract-commit()}
155155
</fileset>
156156
</tar>
157157

158-
<zip zipfile="${release.dir}/ioke-E-ikc-0.2.0-snapshot.zip">
158+
<zip zipfile="${release.dir}/ioke-P-ikc-0.4.0.zip">
159159
<fileset basedir="." prefix="ioke">
160160
<include name="bin/*.dll"/>
161161
<include name="bin/*.exe"/>
@@ -196,4 +196,3 @@ ioke.build.commit=${version::extract-commit()}
196196
<delete file="${bin.dir}/Ioke.Math.dll.mdb"/>
197197
</target>
198198
</project>
199-

maven/ikj-lib/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.ioke</groupId>
66
<artifactId>ioke-lang-lib</artifactId>
77
<packaging>jar</packaging>
8-
<version>E-0.4.0-1</version>
8+
<version>P-0.4.0</version>
99
<name>Ioke language runtime ikj library</name>
1010

1111
<build>
@@ -25,7 +25,7 @@
2525
<inherited>false</inherited>
2626
<configuration>
2727
<tasks>
28-
<copy file="../../lib/ioke-lib.jar" tofile="target/ioke-lang-lib-E-0.4.0-1.jar" overwrite="true"/>
28+
<copy file="../../lib/ioke-lib.jar" tofile="target/ioke-lang-lib-P-0.4.0.jar" overwrite="true"/>
2929
</tasks>
3030
</configuration>
3131
</execution>

maven/ikj/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.ioke</groupId>
66
<artifactId>ioke-lang</artifactId>
77
<packaging>jar</packaging>
8-
<version>E-0.4.0-1</version>
8+
<version>P-0.4.0</version>
99
<name>Ioke language runtime ikj</name>
1010

1111
<build>
@@ -25,7 +25,7 @@
2525
<inherited>false</inherited>
2626
<configuration>
2727
<tasks>
28-
<copy file="../../lib/ioke.jar" tofile="target/ioke-lang-E-0.4.0-1.jar" overwrite="true"/>
28+
<copy file="../../lib/ioke.jar" tofile="target/ioke-lang-P-0.4.0.jar" overwrite="true"/>
2929
</tasks>
3030
</configuration>
3131
</execution>

src/ikc/builtin/D50_runtime.ik

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
Runtime version = Origin with(machine: "ikc", versionNumber: [0,2,0])
2+
Runtime version = Origin with(machine: "ikc", versionNumber: [0,4,0])

test/runtime_spec.ik

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe(Runtime,
3131

3232
onlyWhen(System feature?(:clr),
3333
it("should be the correct version",
34-
Runtime version versionNumber should == [0,2,0]
34+
Runtime version versionNumber should == [0,4,0]
3535
)
3636
)
3737
)

0 commit comments

Comments
 (0)