Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2022-04-12 21:57:26 +02:00
parent 8f2c3f5e2e
commit 8ed8322060
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = libSystem PACKAGE = libSystem
VERSION = 0.4.2 VERSION = 0.4.3
VENDOR = DeforaOS VENDOR = DeforaOS
SUBDIRS = data doc include src tests tools SUBDIRS = data doc include src tests tools
OBJDIR = OBJDIR =

View File

@ -1,5 +1,5 @@
<!ENTITY package "libSystem"> <!ENTITY package "libSystem">
<!ENTITY version "0.4.2"> <!ENTITY version "0.4.3">
<!ENTITY vendor "DeforaOS"> <!ENTITY vendor "DeforaOS">
<!ENTITY prefix "/usr/local"> <!ENTITY prefix "/usr/local">
<!ENTITY libdir "/usr/local/lib"> <!ENTITY libdir "/usr/local/lib">

View File

@ -1,5 +1,5 @@
#define PACKAGE "libSystem" #define PACKAGE "libSystem"
#define VERSION "0.4.2" #define VERSION "0.4.3"
#define VENDOR "DeforaOS" #define VENDOR "DeforaOS"
#ifndef PREFIX #ifndef PREFIX

View File

@ -1,5 +1,5 @@
PACKAGE="libSystem" PACKAGE="libSystem"
VERSION="0.4.2" VERSION="0.4.3"
VENDOR="DeforaOS" VENDOR="DeforaOS"
PREFIX="/usr/local" PREFIX="/usr/local"