Abseil Team | 6c7de16 | 2018-06-20 06:25:23 -0700 | [diff] [blame] | 1 | # Long Term Support (LTS) Branches |
| 2 | |
| 3 | This repository contains periodic snapshots of the Abseil codebase that are |
| 4 | Long Term Support (LTS) branches. An LTS branch allows you to use a known |
| 5 | version of Abseil without interfering with other projects which may also, in |
| 6 | turn, use Abseil. (For more information about our releases, see the |
| 7 | [Abseil Release Management](https://abseil.io/about/releases) guide.) |
| 8 | |
| 9 | ## LTS Branches |
| 10 | |
| 11 | The following lists LTS branches and the dates on which they have been released: |
| 12 | |
Abseil Team | aa84489 | 2019-08-08 10:56:58 -0700 | [diff] [blame] | 13 | * [LTS Branch December 18, 2018](https://github.com/abseil/abseil-cpp/tree/lts_2018_12_18/) |
Abseil Team | 6c7de16 | 2018-06-20 06:25:23 -0700 | [diff] [blame] | 14 | * [LTS Branch June 20, 2018](https://github.com/abseil/abseil-cpp/tree/lts_2018_06_20/) |
Abseil Team | b832dce | 2020-02-25 22:27:31 +0100 | [diff] [blame] | 15 | * [LTS Branch August 8, 2019](https://github.com/abseil/abseil-cpp/tree/lts_2019_08_08/) |