# Tutorial - Versioned Builds/Repeatable Builds

DevFeed: [Tutorial - Versioned Builds/Repeatable Builds](<https://devfeed.tech/articles/tutorial-versioned-builds-repeatable-builds-19637.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/tutorial-versioned-builds-repeatable-builds/>)

Author: Shai Almog

Published: 2017-10-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [mobile](<https://devfeed.tech/tags/mobile.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This video tutorial explains Codename One versioned builds, which let developers build against a fixed point-release version. This can help maintain consistent build results, investigate recent failures, and update versions at their own pace, although support for older versions is limited.

## Source excerpt

Versioned builds are one of the more confusing features of Codename One mostly because the word "version" is so overloaded with meaning. The feature itself is remarkably simple as explained in this video tutorial. Versioned builds allow you to build against a fixed point release version of Codename One, that means that if we break something in the build servers you can still work against the last major version that we released.