The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump magic numbers to the 5.3 ones

+15 -15
boot/ocamlc

This is a binary file and will not be displayed.

boot/ocamllex

This is a binary file and will not be displayed.

+1 -1
build-aux/ocaml_version.m4
··· 97 97 # - A 3-bytes version number 98 98 99 99 m4_define([MAGIC_NUMBER__PREFIX], [Caml1999]) 100 - m4_define([MAGIC_NUMBER__VERSION], [033]) 100 + m4_define([MAGIC_NUMBER__VERSION], [035]) 101 101 102 102 # The following macro is used to define all our magic numbers 103 103 # Its first argument is the name of the file type described by that
+14 -14
configure
··· 3330 3330 3331 3331 printf "%s\n" "#define MAGIC_NUMBER_PREFIX \"Caml1999\"" >>confdefs.h 3332 3332 3333 - printf "%s\n" "#define MAGIC_NUMBER_VERSION \"033\"" >>confdefs.h 3333 + printf "%s\n" "#define MAGIC_NUMBER_VERSION \"035\"" >>confdefs.h 3334 3334 3335 3335 MAGIC_NUMBER_LENGTH=12 3336 3336 ··· 3338 3338 3339 3339 printf "%s\n" "#define EXEC_FORMAT \"X\"" >>confdefs.h 3340 3340 3341 - EXEC_MAGIC_NUMBER=Caml1999X033 3341 + EXEC_MAGIC_NUMBER=Caml1999X035 3342 3342 3343 - CMI_MAGIC_NUMBER=Caml1999I033 3343 + CMI_MAGIC_NUMBER=Caml1999I035 3344 3344 3345 - CMO_MAGIC_NUMBER=Caml1999O033 3345 + CMO_MAGIC_NUMBER=Caml1999O035 3346 3346 3347 - CMA_MAGIC_NUMBER=Caml1999A033 3347 + CMA_MAGIC_NUMBER=Caml1999A035 3348 3348 3349 3349 3350 3350 3351 - AST_IMPL_MAGIC_NUMBER=Caml1999M033 3351 + AST_IMPL_MAGIC_NUMBER=Caml1999M035 3352 3352 3353 - AST_INTF_MAGIC_NUMBER=Caml1999N033 3353 + AST_INTF_MAGIC_NUMBER=Caml1999N035 3354 3354 3355 - CMXS_MAGIC_NUMBER=Caml1999D033 3355 + CMXS_MAGIC_NUMBER=Caml1999D035 3356 3356 3357 - CMT_MAGIC_NUMBER=Caml1999T033 3357 + CMT_MAGIC_NUMBER=Caml1999T035 3358 3358 3359 - LINEAR_MAGIC_NUMBER=Caml1999L033 3359 + LINEAR_MAGIC_NUMBER=Caml1999L035 3360 3360 3361 3361 3362 3362 ··· 20056 20056 20057 20057 if $flambda 20058 20058 then : 20059 - CMX_MAGIC_NUMBER=Caml1999y033 20060 - CMXA_MAGIC_NUMBER=Caml1999z033 20059 + CMX_MAGIC_NUMBER=Caml1999y035 20060 + CMXA_MAGIC_NUMBER=Caml1999z035 20061 20061 else $as_nop 20062 - CMX_MAGIC_NUMBER=Caml1999Y033 20063 - CMXA_MAGIC_NUMBER=Caml1999Z033 20062 + CMX_MAGIC_NUMBER=Caml1999Y035 20063 + CMXA_MAGIC_NUMBER=Caml1999Z035 20064 20064 fi 20065 20065 20066 20066 if test x"$enable_cmm_invariants" = "xyes"