Skip to content

Commit 0ac97f1

Browse files
committed
Version 1.50 rc3
1 parent b422558 commit 0ac97f1

File tree

5 files changed

+3160
-2965
lines changed

5 files changed

+3160
-2965
lines changed

bfbasic/HOW TO RELEASE.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
1. Update "Version History" in README file in Eclipse project with release notes.
1+
1. Write your code for new version. Please keep in mind that:
22

3-
2. Make sure your Eclipse project is synchronized with GitHub.
3+
a. bfbasic.java has a static variable VERSION that contains current version of the compiler.
4+
b. Comments on top of bfbasic.java describe version changes.
5+
Add your changes here and make sure you copy them in README (see below).
6+
7+
2. Update "Version History" in README file in Eclipse project with release notes.
48

5-
3. Within Eclipse, go to File > Export > Java Runnable JAR File
6-
9+
3. Make sure your Eclipse project is synchronized with GitHub.
10+
11+
4. Within Eclipse, go to File > Export > Java Runnable JAR File
12+
713
Select run configuration bfbasic - bfbasic and a destination folder for the .jar file.
814
Name the .jar file bfbasic.jar.
915

10-
4. Zip together:
16+
5. Zip together:
1117

1218
a. the newly created bfbasic.jar
1319
b. Following files that can be found inside the main folder of the Java project:
@@ -17,5 +23,6 @@
1723
LICENSE
1824
README
1925

20-
5. Create a new release in GitHub and upload the newly created .zip file as binaries for the release.
26+
6. Create a new release in GitHub and upload the newly created .zip file as binaries for the release.
27+
Also, paste in the release description the changes you put in 1.b. and 2.
2128

bfbasic/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Contributors (thanks!)
77
------------
88
[Jeff] Jeffry Johnston (bfbasic@kidsquid.com)
99
[Jon] Jon Ripley (jon@jonripley.com)
10+
[Maxi] Massimiliano Zattera (b2fjava@gmail.com)
1011

1112

1213
License
@@ -206,6 +207,10 @@ Known Problems
206207

207208
Version History
208209
---------------
210+
1.50 31 Jul 2020 [Maxi] (Release candidate 3)
211+
* Moved to Java SE 1.8 by using generics.
212+
Code reformatted using Eclipse editor.
213+
209214
1.50 10 Jul 2005 [Jon] (Release candidate 2)
210215
* Fixed bug in CASE handling which prevented compiling
211216
on some implementations

0 commit comments

Comments
 (0)