File: META

package info (click to toggle)
slurm-wlm 25.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 46,824 kB
  • sloc: ansic: 551,323; sh: 10,228; javascript: 6,528; makefile: 4,277; perl: 3,717; python: 559; pascal: 131
file content (31 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (3)
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
##
# Metadata for RPM/TAR makefile targets
##
# See src/api/Makefile.am for guidance on setting API_ values
##
  Meta:		1
  Name:		slurm
  Major:	25
  Minor:	11
  Micro:	2
  Version:	25.11.2
  Release:	1

##
#  When making a new Major/Minor version 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.
#
#  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 1403 was the
#        API_CURRENT it would go over the limit.  So keep is a relatively
#        small number.
#
#  NOTE: The values below are used to set up environment variables in
#        the config.h file that may be used throughout Slurm, so don't remove
#	 them.
##
  API_CURRENT:	44
  API_AGE:	0
  API_REVISION:	0