Stamp version.js @ 599.0.
[armadillo.git] / web_frontend / version.js
1 //
2 // Armadillo File Manager
3 // Copyright (c) 2011, Robert Sesek <http://www.bluestatic.org>
4 //
5 // This program is free software: you can redistribute it and/or modify it under
6 // the terms of the GNU General Public License as published by the Free Software
7 // Foundation, either version 3 of the License, or any later version.
8 //
9
10 $.namespace('armadillo.Version');
11
12 armadillo.Version.MAJOR = 0;
13 armadillo.Version.MINOR = 8;
14 armadillo.Version.BUILD = 599.0;
15 armadillo.Version.STAMP = 1325268423;