forked from SchedMD/slurm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META
31 lines (30 loc) · 896 Bytes
/
META
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
##
# $Id$
##
# Metadata for RPM/TAR makefile targets
##
# See src/api/Makefile.am for guidance on setting API_ values
##
Meta: 1
Name: slurm
Major: 13
Minor: 12
Micro: 0
Version: 13.12.0
Release: 0pre4
##
# When changing API_CURRENT update src/common/slurm_protocol_common.h
# with a new SLURM_PROTOCOL_VERSION signifing the old one and the version
# it was so the slurmdbd can continue to send the old protocol version.
# In src/common/slurm_protocol_util.c check_header_version(),
# and _get_slurm_version()
# need to be updated also when changes are added also.
#
# NOTE: The API version can not be the same as the Slurm version above. The
# version in the code is referenced as a uint16_t which if 1312 was the
# API_CURRENT it would go over the limit. So keep is a relatively
# small number.
##
API_CURRENT: 27
API_AGE: 0
API_REVISION: 0