removed the internal, manual revision number (subversion and last change date)
updated version number: 8.3.0
This commit is contained in:
parent
8d8dfa6390
commit
1dec51a91b
7 changed files with 9 additions and 8 deletions
|
@ -1,2 +1,3 @@
|
||||||
syntax: glob
|
syntax: glob
|
||||||
src/Config.ini
|
src/Config.ini
|
||||||
|
src/Config_test.ini
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @version 8.2.2.01 (05.12.2011)
|
* @version 8.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Bar_init(m) {
|
Bar_init(m) {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @version 8.2.2.01 (24.09.2011)
|
* @version 8.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Config_init() {
|
Config_init() {
|
||||||
|
@ -306,7 +306,7 @@ Config_restore(section, m = 0) {
|
||||||
Config_saveSession() {
|
Config_saveSession() {
|
||||||
Local m, text
|
Local m, text
|
||||||
|
|
||||||
text := "; bug.n - tiling window management`n; @version " VERSION " (" A_DD "." A_MM "." A_YYYY ")`n`n"
|
text := "; bug.n - tiling window management`n; @version " VERSION "`n`n"
|
||||||
If FileExist(Config_filePath) {
|
If FileExist(Config_filePath) {
|
||||||
Loop, READ, %Config_filePath%
|
Loop, READ, %Config_filePath%
|
||||||
If (SubStr(A_LoopReadLine, 1, 7) = "Config_")
|
If (SubStr(A_LoopReadLine, 1, 7) = "Config_")
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @version 8.2.2.01 (12.01.2012)
|
* @version 8.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
NAME := "bug.n"
|
NAME := "bug.n"
|
||||||
VERSION := "8.2.2"
|
VERSION := "8.3.0"
|
||||||
|
|
||||||
; script settings
|
; script settings
|
||||||
OnExit, Main_cleanup
|
OnExit, Main_cleanup
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @version 8.2.2.01 (24.09.2011)
|
* @version 8.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Manager_init() {
|
Manager_init() {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @version 8.2.2.01 (12.01.2012)
|
* @version 8.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Monitor_init(m) {
|
Monitor_init(m) {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @version 8.2.2.01 (11.08.2011)
|
* @version 8.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
View_init(m, v) {
|
View_init(m, v) {
|
||||||
|
|
Loading…
Reference in a new issue