diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index ac6a42bc59753b9e2fc6143d984b0ce8cd73b4ad..8d3d2b7ce4cdf5f822cde00b434a06dd7c739561 100644
--- a/src/UNL/Catalog.php
+++ b/src/UNL/Catalog.php
@@ -226,13 +226,13 @@ class UNL_Catalog
      */
     public function showIndex()
     {
-        $this->p->maincontentarea .= '<h1>Welcome to the 2011-2012 Graduate Bulletin</h1>
+        $this->p->maincontentarea .= '<h1>Welcome to the 2012-2013 Graduate Bulletin</h1>
         <div class="image_large"><img src="templates/images/main.jpg" alt="Seaton Hall" /></div>
         <p>The Graduate Studies Bulletin contains 
         information about all programs of graduate study offered at the University of 
         Nebraska&ndash;Lincoln. The dynamic bulletin found here will be changing 
         periodically throughout the year as needed for updating policies, faculty and 
-        curriculum. To access the 2011-2012 static version or <a href="http://www.unl.edu/unlpub/bulletin_grad/">previously published 
+        curriculum. To access the 2012-2013 static version or <a href="http://www.unl.edu/unlpub/bulletin_grad/">previously published 
         bulletins, click on this link.</a></p>
         <h2 class="sec_main"><a href="'.$this->mw_uri.'Main_Page">Graduate Policies</a></h2>
         <div class="left" style="width:50%">
@@ -520,8 +520,8 @@ class UNL_Catalog
         $this->p->head           .= '<script type="text/javascript" src="'.$this->uri.'templates/catalog.js"></script>';
         $this->p->head           .= '<link rel="search" href="'.$this->uri.'?cx=015236299699564929946%3Aipiaeommikw&amp;cof=FORID%3A11&amp;view=search" />';
         $this->p->head           .= '<link rel="home" href="'.$this->uri.'" />';
-        $this->p->doctitle        = '<title>2011-2012 Graduate Studies Bulletin | University of Nebraska-Lincoln</title>';
-        $this->p->titlegraphic    = 'Graduate Studies Bulletin 2011-2012';
+        $this->p->doctitle        = '<title>2012-2013 Graduate Studies Bulletin | University of Nebraska-Lincoln</title>';
+        $this->p->titlegraphic    = 'Graduate Studies Bulletin 2012-2013';
         $this->p->maincontentarea = '';
         $this->p->pagetitle       = '';
         $this->p->breadcrumbs     = '<ul>
diff --git a/src/UNL/Catalog/Archive/Section/Index.php b/src/UNL/Catalog/Archive/Section/Index.php
index ea7f786274ac42b43296884ec9a5b1ebe6e868ca..096bc944c1de0e034717c9d4f1736904858f0157 100644
--- a/src/UNL/Catalog/Archive/Section/Index.php
+++ b/src/UNL/Catalog/Archive/Section/Index.php
@@ -4,7 +4,7 @@ require_once dirname(__FILE__).'/../Section.php';
 
 class UNL_Catalog_Archive_Section_Index implements UNL_Catalog_Archive_Section
 {
-    protected $title = '2010-2011 Graduate Bulletin';
+    protected $title = '2012-2013 Graduate Bulletin';
     
     function getTitle()
     {