[gmime/gmime-2-4] Bumped version to 2.4.16



commit 94a4038b4db88344106a48876e3f19d8b3d04428
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sat May 15 11:42:41 2010 -0400

    Bumped version to 2.4.16
    
    2010-05-15  Jeffrey Stedfast  <fejj novell com>
    
    	* README: Bumped version
    
    	* configure.in: Bumped version to 2.4.16
    
    	* build/vs2008/gmime.vcproj: Bumped version.

 ChangeLog                 |   10 +++++++++-
 README                    |    2 +-
 build/vs2008/gmime.vcproj |    4 ++--
 configure.in              |    2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f835ced..9f3f5a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-15  Jeffrey Stedfast  <fejj novell com>
+
+	* README: Bumped version
+
+	* configure.in: Bumped version to 2.4.16
+
+	* build/vs2008/gmime.vcproj: Bumped version.
+
 2010-05-14  Jeffrey Stedfast  <fejj novell com>
 
 	* gmime/gmime-encodings.h (GMIME_QP_ENCODE_LEN): Fixed to take
@@ -11,7 +19,7 @@
 
 2010-04-13  Jeffrey Stedfast  <fejj novell com>
 
-	* configure.ac: Added a --disable-cryptography flag to alloow
+	* configure.ac: Added a --disable-cryptography flag to allow
 	building without GnuPG or S/MIME support. Thanks to
 	pier11 operamail com for this patch. Fixes bug #615685.
 
diff --git a/README b/README
index 61d588b..e32d7e4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            GMime, version 2.4.15
+                            GMime, version 2.4.16
                    by Jeffrey Stedfast <fejj gnome org>
 
 
diff --git a/build/vs2008/gmime.vcproj b/build/vs2008/gmime.vcproj
index 40555dd..9bd464a 100644
--- a/build/vs2008/gmime.vcproj
+++ b/build/vs2008/gmime.vcproj
@@ -41,7 +41,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;15&quot;"
+				AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;16&quot;"
 				Optimization="0"
 				AdditionalIncludeDirectories="&quot;..\..\&quot;; &quot;..\..\util&quot;"
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_LOG_DOMAIN=\&quot;GMime\&quot;"
@@ -106,7 +106,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;15&quot;"
+				AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;16&quot;"
 				AdditionalIncludeDirectories="&quot;..\..\&quot;; &quot;..\..\util&quot;"
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_LOG_DOMAIN=\&quot;GMime\&quot;"
 				RuntimeLibrary="2"
diff --git a/configure.in b/configure.in
index 3e8450d..50f4357 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AM_CONFIG_HEADER(config.h)
 
 GMIME_MAJOR_VERSION=2
 GMIME_MINOR_VERSION=4
-GMIME_MICRO_VERSION=15
+GMIME_MICRO_VERSION=16
 GMIME_VERSION=$GMIME_MAJOR_VERSION.$GMIME_MINOR_VERSION.$GMIME_MICRO_VERSION
 GMIME_VERSION_INFO=`expr $GMIME_MAJOR_VERSION + $GMIME_MINOR_VERSION`:$GMIME_MICRO_VERSION:$GMIME_MINOR_VERSION
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]