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
|
||||
src/Config.ini
|
||||
src/Config_test.ini
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* 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) {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* 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() {
|
||||
|
@ -306,7 +306,7 @@ Config_restore(section, m = 0) {
|
|||
Config_saveSession() {
|
||||
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) {
|
||||
Loop, READ, %Config_filePath%
|
||||
If (SubStr(A_LoopReadLine, 1, 7) = "Config_")
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* 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"
|
||||
VERSION := "8.2.2"
|
||||
VERSION := "8.3.0"
|
||||
|
||||
; script settings
|
||||
OnExit, Main_cleanup
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* 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() {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* 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) {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* 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) {
|
||||
|
|
Loading…
Reference in a new issue