Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Branching and Tagging Strategy

anhu edited this page Jul 27, 2012 · 1 revision

Introduction

This page is here to clarify what each branch means so that external and internal developers understand how they can effectively get the code they need.

Branches

master

Code from this branch should be used by people developing for the current stable NDK release.

next

Code from this branch should be used by people developing for the current beta NDK release.

develop

Code from this branch should be considered under development. It could change at any time and should not be considered stable.

Tags

Tags indicate what code a user should use if they are using a particular release of the NDK.

Clone this wiki locally