diff --git a/README.md b/README.md index 3e924bc..c88a660 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,17 @@ LDBC Graphalytics Specification Stable versions: -| Version | Date | Document | -|-------------|:-------------:|:-------------:| -| 1.0.3 | 2022-Mar-31 | [Link](https://arxiv.org/pdf/2011.15028v4.pdf) | -| 1.0.2 | 2021-Apr-13 | [Link](https://arxiv.org/pdf/2011.15028v3.pdf) | -| 1.0.1 | 2021-Jan-31 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v1.0.1.pdf) | -| 1.0.0 | 2020-Nov-30 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v1.0.0.pdf) | -| 0.9.0 | 2017-Jun-28 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.9.0.pdf) | -| 0.2.12.2 | 2017-Jun-9 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.12.2.pdf) | -| 0.2.6 | 2016-Sep-6 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.6.pdf) | -| 0.2.5 | 2016-Sep-4 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.5.pdf) | +| Version | Date | Document | +|----------|:-----------:|:--------------------------------------------------------------------------------------------------------------:| +| 1.0.4 | 2023-Feb-15 | [Link](https://arxiv.org/pdf/2011.15028v5.pdf) | +| 1.0.3 | 2022-Mar-31 | [Link](https://arxiv.org/pdf/2011.15028v4.pdf) | +| 1.0.2 | 2021-Apr-13 | [Link](https://arxiv.org/pdf/2011.15028v3.pdf) | +| 1.0.1 | 2021-Jan-31 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v1.0.1.pdf) | +| 1.0.0 | 2020-Nov-30 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v1.0.0.pdf) | +| 0.9.0 | 2017-Jun-28 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.9.0.pdf) | +| 0.2.12.2 | 2017-Jun-09 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.12.2.pdf) | +| 0.2.6 | 2016-Sep-06 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.6.pdf) | +| 0.2.5 | 2016-Sep-04 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.5.pdf) | ## Releasing on arXiv @@ -26,7 +27,6 @@ To release on arXiv, follow these steps: * Update the version number in the `tex/version.tex` file. * Update the link on the title page in the `ldbc.cls` file to the tag of the new version number, i.e. `https://github.com/ldbc/ldbc_graphalytics_docs/releases/tag/vX.Y.Z` (to be created later). -* Build the PDF and copy it to the `doc` directory. * Add link to the table in the `README.md` file. * Push the changes to GitHub. * On GitHub, create a new release named `vX.Y.Z` (this comes with a new `tag`). diff --git a/ldbc.cls b/ldbc.cls index 52d3122..b7f5007 100644 --- a/ldbc.cls +++ b/ldbc.cls @@ -232,7 +232,7 @@ \begin{center} \Large The specification was built on the source code available at \\ - \url{https://github.com/ldbc/ldbc_graphalytics_docs/tree/main} + \url{https://github.com/ldbc/ldbc_graphalytics_docs/releases/tag/v1.0.4} \end{center} } diff --git a/tex/version.tex b/tex/version.tex index c44f217..823a64f 100644 --- a/tex/version.tex +++ b/tex/version.tex @@ -14,4 +14,4 @@ \versionLogEntry{02/09/2016}{0.2.4}{}{First draft} \versionLogEntry{16/07/2016}{0.1}{}{First draft} } -\lastVersion{1.0.4-draft} +\lastVersion{1.0.4}