Skip to content

Commit 4e51629

Browse files
committed
Update to the next snapshot version
1 parent 4f8aecc commit 4e51629

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
<target name="compile" depends="generate, generate_filters" description="Compile the source files for the project.">
4646
<filter filtersfile="version_data.properties"/>
47-
<filter token="VERSION" value="E"/>
48-
<filter token="VERSION_RUNTIME" value="0.3.0"/>
49-
<filter token="VERSION_STRING" value="Ioke E ikj 0.3.0"/>
47+
<filter token="VERSION" value="P"/>
48+
<filter token="VERSION_RUNTIME" value="0.4.0-snapshot"/>
49+
<filter token="VERSION_STRING" value="Ioke P ikj 0.4.0-snapshot"/>
5050

5151
<javac destdir="${classes.dir}" debug="true" source="${javac.version}" target="${javac.version}">
5252
<classpath refid="build.classpath"/>
@@ -150,7 +150,7 @@
150150
</target>
151151

152152
<target name="dist-bin" depends="jar">
153-
<tar destfile="${release.dir}/ioke-E-ikj-0.3.0.tar.gz" compression="gzip">
153+
<tar destfile="${release.dir}/ioke-P-ikj-0.4.0-snapshot.tar.gz" compression="gzip">
154154
<tarfileset mode="755" dir="." prefix="ioke">
155155
<include name="bin/**"/>
156156
</tarfileset>
@@ -167,7 +167,7 @@
167167
</tarfileset>
168168
</tar>
169169

170-
<zip destfile="${release.dir}/ioke-E-ikj-0.3.0.zip">
170+
<zip destfile="${release.dir}/ioke-P-ikj-0.4.0-snapshot.zip">
171171
<zipfileset filemode="755" dir="." prefix="ioke">
172172
<include name="bin/**"/>
173173
</zipfileset>

docs/release_announcement_E

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Features:
2929
- Documentation system that combines documentation with specs
3030
- Wedded to the JVM
3131

32-
The many things added in Ioke E could not have been done without the support of several new contributors. I would like to call out and thank:
32+
The many things added in Ioke E could not have been done without the support of several contributors. I would like to call out and thank:
3333
3434
Sam Aaron <[email protected]>
3535
Carlos Villela <[email protected]>

src/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: "ikj", versionNumber: [0,3,0])
2+
Runtime version = Origin with(machine: "ikj", versionNumber: [0,4,0])

test/runtime_spec.ik

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe(Runtime,
1616

1717
describe("versionNumber",
1818
it("should be the correct version",
19-
Runtime version versionNumber should == [0,3,0]
19+
Runtime version versionNumber should == [0,4,0]
2020
)
2121
)
2222
)

0 commit comments

Comments
 (0)