Browse Source

Version numb er changes for RaspberryPi 4

pull/66/head
Jim-P 5 years ago
parent
commit
853a7749ef
5 changed files with 10 additions and 4 deletions
  1. +1
    -1
      VERSION
  2. +5
    -0
      build
  3. +1
    -1
      debian-template/wiringPi/DEBIAN/control
  4. +1
    -0
      do-git.sh
  5. +2
    -2
      version.h

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.46
2.54

+ 5
- 0
build View File

@@ -46,6 +46,8 @@ check_make_ok() {
sudo=${WIRINGPI_SUDO-sudo}

if [ x$1 = "xclean" ]; then
echo Cleaning
echo
cd wiringPi
echo -n "wiringPi: " ; make clean
cd ../devLib
@@ -71,6 +73,9 @@ if [ x$1 = "xclean" ]; then
fi

if [ x$1 = "xuninstall" ]; then
echo Uninstalling
echo
echo "WiringPi library"
cd wiringPi
echo -n "wiringPi: " ; $sudo make uninstall
cd ../devLib


+ 1
- 1
debian-template/wiringPi/DEBIAN/control View File

@@ -1,5 +1,5 @@
Package: wiringpi
Version: 2.46
Version: 2.54
Section: libraries
Priority: optional
Architecture: armhf


+ 1
- 0
do-git.sh View File

@@ -0,0 +1 @@
git pull origin

+ 2
- 2
version.h View File

@@ -1,3 +1,3 @@
#define VERSION "2.46"
#define VERSION "2.54"
#define VERSION_MAJOR 2
#define VERSION_MINOR 46
#define VERSION_MINOR 54

Loading…
Cancel
Save