diff options
author | François Revol <revol@free.fr> | 2013-03-21 22:55:08 +0100 |
---|---|---|
committer | François Revol <revol@free.fr> | 2013-03-21 22:55:08 +0100 |
commit | 15cb6886f2ddee80dc5163aae95d148044bc6882 (patch) | |
tree | 4b0a3f4ec9276322f82d21703e4c95d334056363 | |
parent | 1f9e1ca84b0db9591ac0fb204ead59c10ee8b9fe (diff) | |
download | netsurf-15cb6886f2ddee80dc5163aae95d148044bc6882.tar.gz |
beos: update copyright years in the version info
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -542,7 +542,7 @@ ifeq ($(TARGET),beos) $(Q)$(BEOS_SETVER) $(EXETARGET) \ -app $(VERSION_MAJ) $(VERSION_MIN) 0 d 0 \ -short "NetSurf $(VERSION_FULL)" \ - -long "NetSurf $(VERSION_FULL) © 2003 - 2012 The NetSurf Developers" + -long "NetSurf $(VERSION_FULL) © 2003 - 2013 The NetSurf Developers" $(VQ)echo " MIMESET: $(EXETARGET)" $(Q)$(BEOS_MIMESET) $(EXETARGET) endif |