Skip to content

Commit 4496ab8

Browse files
Add a "-dev" suffix to the version name
Added a "-dev" suffix to the version name to indicate intermediate builds between two alpha releases. For example, after 1.0-alpha3 it would be 1.0-alpha4-dev and then 1.0-alpha4.
1 parent 1e6912c commit 4496ab8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

export_presets.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ architectures/armeabi-v7a=true
3636
architectures/arm64-v8a=true
3737
architectures/x86=false
3838
architectures/x86_64=false
39-
version/code=3
40-
version/name="1.0-alpha3"
39+
version/code=4
40+
version/name="1.0-alpha4-dev"
4141
package/unique_name="com.vectortouch.app"
4242
package/name="VectorTouch"
4343
package/signed=true
@@ -261,8 +261,8 @@ architectures/armeabi-v7a=true
261261
architectures/arm64-v8a=true
262262
architectures/x86=true
263263
architectures/x86_64=true
264-
version/code=3
265-
version/name="1.0-alpha3"
264+
version/code=4
265+
version/name="1.0-alpha3-dev"
266266
package/unique_name="com.vectortouch.app"
267267
package/name="VectorTouch"
268268
package/signed=true

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="VectorTouch"
14-
config/version="1.0-alpha3"
14+
config/version="1.0-alpha4-dev"
1515
config/tags=PackedStringArray("application", "mobile", "project")
1616
run/main_scene="uid://bihwwoedqcyo8"
1717
config/use_custom_user_dir=true

0 commit comments

Comments
 (0)