Changeset 2222949


Ignore:
Timestamp:
11/29/2021 08:15:03 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2c059f1
Parents:
2ad718d
Message:

Move version entities from sqlite.xml to packages.ent

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    r2ad718d r2222949  
    687687<!ENTITY postgresql-version           "14.0">
    688688<!ENTITY sqlite-version               "3.37.0">
     689<!ENTITY sqlite-dl-version            "3370000">
     690<!ENTITY sqlite-doc-version           "3370000">
    689691
    690692<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    r2ad718d r2222949  
    55  %general-entities;
    66
     7<!-- moved to packages.ent because they are often forgotten...
    78  <!ENTITY sqlite-dl-version    "3360000">
    89  <!ENTITY sqlite-doc-version   "3360000">
    910
    10 <!-- When updating, do not forget the above entities -->
     11When updating, do not forget the above entities... They are anyway -->
    1112
    1213  <!ENTITY sqlite-download-http "https://sqlite.org/2021/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
Note: See TracChangeset for help on using the changeset viewer.