beos: update copyright years in the version info

This commit is contained in:
François Revol 2013-03-21 22:55:08 +01:00
parent 1f9e1ca84b
commit 15cb6886f2
1 changed files with 1 additions and 1 deletions

View File

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