Browse Source

Update version

pull/158/head
Jim Parziale 2 years ago
parent
commit
4b7c812b5e
3 changed files with 19 additions and 19 deletions
  1. +1
    -1
      VERSION
  2. +16
    -16
      newVersion
  3. +2
    -2
      version.h

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.72
2.73

+ 16
- 16
newVersion View File

@@ -32,19 +32,19 @@ echo "#define VERSION \"`cat VERSION`\"" > version.h
echo "#define VERSION_MAJOR $vMaj" >> version.h
echo "#define VERSION_MINOR $vMin" >> version.h

rm -f debian-template/wiringPi/DEBIAN/control
cat > debian-template/wiringPi/DEBIAN/control <<EOF
Package: wiringpi
Version: `cat VERSION`
Section: libraries
Priority: optional
Architecture: armhf
Depends: libc6
Maintainer: Phil Howard <wiringpi@gadgetoid.com>
Uploaders: Phil Howard <wiringpi@gadgetoid.com>
Description: The wiringPi libraries, headers and gpio command
Libraries to allow GPIO access on a Raspberry Pi from C and C++
and BASIC programs as well as from the command-line
Homepage: https://github.com/WiringPi/WiringPi/
Bugs: https://github.com/WiringPi/WiringPi/
EOF
# rm -f debian-template/wiringPi/DEBIAN/control
# cat > debian-template/wiringPi/DEBIAN/control <<EOF
# Package: wiringpi
# Version: `cat VERSION`
# Section: libraries
# Priority: optional
# Architecture: armhf
# Depends: libc6
# Maintainer: Phil Howard <wiringpi@gadgetoid.com>
# Uploaders: Phil Howard <wiringpi@gadgetoid.com>
# Description: The wiringPi libraries, headers and gpio command
# Libraries to allow GPIO access on a Raspberry Pi from C and C++
# and BASIC programs as well as from the command-line
# Homepage: https://github.com/WiringPi/WiringPi/
# Bugs: https://github.com/WiringPi/WiringPi/
# EOF

+ 2
- 2
version.h View File

@@ -1,3 +1,3 @@
#define VERSION "2.72"
#define VERSION "2.73"
#define VERSION_MAJOR 2
#define VERSION_MINOR 72
#define VERSION_MINOR 73

Loading…
Cancel
Save