vermaneerajin / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

versions > 2.10 say they are version 2.10 #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install 2.11 or later
2. /usr/bin/shellinaboxd --version
3. (or) right-click -> about (on the running app)

What is the expected output? What do you see instead?

expected: 2.13 (in my case)
I see: 2.10

What version of the product are you using? On what operating system?
2.13, Debian, apt-get source'd and dpkg-buildpackage'd.

Please provide any additional information below.
I simply think you forgot to update the version number in the latest releases.

Original issue reported on code.google.com by mindboos...@gmail.com on 11 Apr 2012 at 6:32

GoogleCodeExporter commented 8 years ago
From configure.ac:

dnl This is the one location where the authoritative version number is stored
AC_INIT(shellinabox, 2.10, markus@shellinabox.com)
VCS_REVISION=239

Original comment by brycied...@gmail.com on 14 Apr 2012 at 7:07

GoogleCodeExporter commented 8 years ago
Oh also autoconf doesn't update the version numbers in the javascript files:
./shellinabox/shell_in_a_box.js:361:  alert("Shell In A Box version " + "2.10 
(revision 239)" +
./shellinabox/vt100.js:2437:  alert("VT100 Terminal Emulator " + "2.10 
(revision 239)" +
Not sure if this warrants its own bug/issue or not.

Original comment by brycied...@gmail.com on 14 Apr 2012 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by beewoo...@gmail.com on 23 Apr 2012 at 4:03