removed the internal, manual revision number (subversion and last change date)

updated version number: 8.3.0
This commit is contained in:
joten 2012-05-31 17:44:05 +02:00
parent 8d8dfa6390
commit 1dec51a91b
7 changed files with 9 additions and 8 deletions

View File

@ -1,2 +1,3 @@
syntax: glob
src/Config.ini
src/Config_test.ini

View File

@ -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) {

View File

@ -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_")

View File

@ -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

View File

@ -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() {

View File

@ -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) {

View File

@ -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) {