Skip to content

Commit 2a596d7

Browse files
committed
Updated for 2.5.10 stable version
1 parent 9aa5ad1 commit 2a596d7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ gphoto2-updater
44
Gphoto2 and libGphoto2 compiler and installer script
55
http://github.com/gonzalo/gphoto2-updater
66

7-
This script allows to install last development (currently 2.5.9.1) and last
8-
stable (2.5.9) releases of gphoto2 and libGphoto2 based on
7+
This script allows to install last development and last
8+
stable (2.5.10) releases of gphoto2 and libGphoto2 based on
99
[git repositories](https://github.com/gphoto/)
1010

1111
This script was initially created for Raspbian http://www.raspbian.org

gphoto2-updater.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Gphoto2 compiler and installer script v0.5
3+
# Gphoto2 compiler and installer script
44
#
55
# This script is specifically created for Raspbian http://www.raspbian.org
66
# and Raspberry Pi http://www.raspberrypi.org but should work over any
@@ -16,6 +16,7 @@
1616
# Updated for gphoto2 2.5.8 by scribblemaniac
1717
# Updated for gphoto2 2.5.9 at GitHub by Gonzalo Cao
1818
# Updated for last development release at GitHub by Gonzalo Cao
19+
# Updated for gphoto2 2.5.10 by Gonzalo Cao
1920

2021
# This program is free software: you can redistribute it and/or modify
2122
# it under the terms of the GNU General Public License as published by
@@ -30,7 +31,7 @@
3031
# You should have received a copy of the GNU General Public License
3132
# along with this program. If not, see <http://www.gnu.org/licenses/>.
3233

33-
latest_stable_version=2_5_9
34+
latest_stable_version=2_5_10
3435
display_version=$(echo ${latest_stable_version} | tr '_' '.')
3536
branch_libgphoto=''
3637
branch_gphoto=''

0 commit comments

Comments
 (0)