File: files.rst

package info (click to toggle)
mongo-c-driver 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 47,088 kB
  • sloc: ansic: 193,670; python: 7,780; cpp: 1,493; sh: 659; makefile: 78
file content (37 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
################
Repository Files
################

The files discussed here are relevant to the project, but do not fit under
other categories


Versioning Files
################

.. file:: VERSION_CURRENT

  This file contains the full version number of the current working copy of the
  project. During development, this should be ``x.y.z-dev``. On tagged commits,
  this will have the prerelease tag removed.

  .. note::

    Previously, this file was auto-generated by inspecting the Git history. This
    proved to be somewhat finicky and depended on the local Git history to have
    all the proper metadata in place, which wasn't always reliable.

  .. note::

    The version number ``x.y.z`` in this file is read by CMake at configure-time
    and is used as the version number for the ``project()`` call in the
    top-level ``CMakeLists.txt``


.. file:: etc/prior_version.txt

  This file, like `VERSION_CURRENT`, contains a version number string. Instead
  of referring to the current working copy version, this refers to the most
  recent stable release. This is used by various tasks to "compare" the working
  copy against the stable version. This version number should correspond to a
  published Git tag.