Changeset: 2e378788c264 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2e378788c264
Modified Files:
sql/MonetDB-SQL.spec
sql/NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj
sql/NT/MonetDB5-SQL/MonetDB5-SQL.vdproj
sql/NT/MonetDB5-SQL/MonetDB5-SQL64.vdproj
sql/NT/MonetDB5-SQL64/MonetDB5-SQL-Installer.vdproj
sql/NT/rules.msc
sql/VERSION
sql/configure.ag
sql/vertoo.data
Branch: Oct2010
Log Message:
Update SQL version number for release.
This hadn't been done because of a file that was referred to in
vertoo.config that didn't exist anymore.
diffs (207 lines):
diff -r f78b06b2040e -r 2e378788c264 sql/MonetDB-SQL.spec
--- a/sql/MonetDB-SQL.spec Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/MonetDB-SQL.spec Wed Nov 03 16:27:41 2010 +0100
@@ -1,5 +1,5 @@
%define name MonetDB-SQL
-%define version 2.40.0
+%define version 2.40.1
%{!?buildno: %define buildno %(date +%Y%m%d)}
%define release %{buildno}%{?dist}%{?oid32:.oid32}%{!?oid32:.oid%{bits}}
diff -r f78b06b2040e -r 2e378788c264
sql/NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj
--- a/sql/NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj Wed Nov 03 16:24:49
2010 +0100
+++ b/sql/NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj Wed Nov 03 16:27:41
2010 +0100
@@ -3883,7 +3883,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_667BD650736E43C9A8B6899179FA0CAA"
{
- "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.txt"
+ "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.txt"
"TargetName" = "8:dump-restore.txt"
"Tag" = "8:"
"Folder" = "8:_6C21CE578F0941D09FDD9951A229FF37"
@@ -5043,7 +5043,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A9DB6CF8297A4BEEAF7A6D4958A4B0D6"
{
- "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.html"
+ "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.html"
"TargetName" = "8:dump-restore.html"
"Tag" = "8:"
"Folder" = "8:_6C21CE578F0941D09FDD9951A229FF37"
@@ -6767,7 +6767,7 @@
{
"{9EF0B969-E518-4E46-987F-47570745A589}:_6C21CE578F0941D09FDD9951A229FF37"
{
- "Name" = "8:MonetDB-SQL-2.40.0"
+ "Name" = "8:MonetDB-SQL-2.40.1"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
diff -r f78b06b2040e -r 2e378788c264 sql/NT/MonetDB5-SQL/MonetDB5-SQL.vdproj
--- a/sql/NT/MonetDB5-SQL/MonetDB5-SQL.vdproj Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/NT/MonetDB5-SQL/MonetDB5-SQL.vdproj Wed Nov 03 16:27:41 2010 +0100
@@ -199,7 +199,7 @@
{
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_273A3EC2EAC04E3F8B5C84BEA1F4A1B2"
{
- "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.txt"
+ "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.txt"
"TargetName" = "8:dump-restore.txt"
"Tag" = "8:"
"Folder" = "8:_1B55E38277EF4B7CB785B94E760C8617"
@@ -239,7 +239,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_39C16F7BE2DF4660B15B55E9399704B2"
{
- "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.html"
+ "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.html"
"TargetName" = "8:dump-restore.html"
"Tag" = "8:"
"Folder" = "8:_1B55E38277EF4B7CB785B94E760C8617"
@@ -596,7 +596,7 @@
{
"{9EF0B969-E518-4E46-987F-47570745A589}:_1B55E38277EF4B7CB785B94E760C8617"
{
- "Name" = "8:MonetDB-SQL-2.40.0"
+ "Name" = "8:MonetDB-SQL-2.40.1"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
@@ -749,7 +749,7 @@
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
- "ProductVersion" = "8:2.40.0"
+ "ProductVersion" = "8:2.40.1"
"Manufacturer" = "8:MonetDB"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://monetdb.cwi.nl/"
@@ -810,7 +810,7 @@
"Condition" = "8:"
"Transitive" = "11:FALSE"
"ValueTypes" = "3:1"
- "Value" = "8:2.40.0"
+ "Value" = "8:2.40.1"
}
}
}
diff -r f78b06b2040e -r 2e378788c264 sql/NT/MonetDB5-SQL/MonetDB5-SQL64.vdproj
--- a/sql/NT/MonetDB5-SQL/MonetDB5-SQL64.vdproj Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/NT/MonetDB5-SQL/MonetDB5-SQL64.vdproj Wed Nov 03 16:27:41 2010 +0100
@@ -219,7 +219,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_273A3EC2EAC04E3F8B5C84BEA1F4A1B2"
{
- "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.txt"
+ "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.txt"
"TargetName" = "8:dump-restore.txt"
"Tag" = "8:"
"Folder" = "8:_1B55E38277EF4B7CB785B94E760C8617"
@@ -279,7 +279,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_39C16F7BE2DF4660B15B55E9399704B2"
{
- "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.html"
+ "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.html"
"TargetName" = "8:dump-restore.html"
"Tag" = "8:"
"Folder" = "8:_1B55E38277EF4B7CB785B94E760C8617"
@@ -596,7 +596,7 @@
{
"{9EF0B969-E518-4E46-987F-47570745A589}:_1B55E38277EF4B7CB785B94E760C8617"
{
- "Name" = "8:MonetDB-SQL-2.40.0"
+ "Name" = "8:MonetDB-SQL-2.40.1"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
@@ -749,7 +749,7 @@
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
- "ProductVersion" = "8:2.40.0"
+ "ProductVersion" = "8:2.40.1"
"Manufacturer" = "8:MonetDB"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://monetdb.cwi.nl/"
@@ -810,7 +810,7 @@
"Condition" = "8:"
"Transitive" = "11:FALSE"
"ValueTypes" = "3:1"
- "Value" = "8:2.40.0"
+ "Value" = "8:2.40.1"
}
}
}
diff -r f78b06b2040e -r 2e378788c264
sql/NT/MonetDB5-SQL64/MonetDB5-SQL-Installer.vdproj
--- a/sql/NT/MonetDB5-SQL64/MonetDB5-SQL-Installer.vdproj Wed Nov 03
16:24:49 2010 +0100
+++ b/sql/NT/MonetDB5-SQL64/MonetDB5-SQL-Installer.vdproj Wed Nov 03
16:27:41 2010 +0100
@@ -2583,7 +2583,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_380F5AEC34A748AF9AE41F715472D526"
{
- "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.html"
+ "SourcePath" =
"8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.html"
"TargetName" = "8:dump-restore.html"
"Tag" = "8:"
"Folder" = "8:_4A91789AB7C84241A62C790D7B406FE0"
@@ -6583,7 +6583,7 @@
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FED9A32D7B6B46688B21228940144BA6"
{
- "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.0\\dump-restore.txt"
+ "SourcePath" = "8:share\\doc\\MonetDB-SQL-2.40.1\\dump-restore.txt"
"TargetName" = "8:dump-restore.txt"
"Tag" = "8:"
"Folder" = "8:_4A91789AB7C84241A62C790D7B406FE0"
@@ -6767,7 +6767,7 @@
{
"{9EF0B969-E518-4E46-987F-47570745A589}:_4A91789AB7C84241A62C790D7B406FE0"
{
- "Name" = "8:MonetDB-SQL-2.40.0"
+ "Name" = "8:MonetDB-SQL-2.40.1"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
diff -r f78b06b2040e -r 2e378788c264 sql/NT/rules.msc
--- a/sql/NT/rules.msc Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/NT/rules.msc Wed Nov 03 16:27:41 2010 +0100
@@ -27,7 +27,7 @@
!ENDIF
!INCLUDE $(RULESMSC)
-VERSION = 2.40.0
+VERSION = 2.40.1
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [email protected] for details and/or
assistance.
diff -r f78b06b2040e -r 2e378788c264 sql/VERSION
--- a/sql/VERSION Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/VERSION Wed Nov 03 16:27:41 2010 +0100
@@ -1,1 +1,1 @@
-2.40.0
+2.40.1
diff -r f78b06b2040e -r 2e378788c264 sql/configure.ag
--- a/sql/configure.ag Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/configure.ag Wed Nov 03 16:27:41 2010 +0100
@@ -20,7 +20,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
-AC_INIT([MonetDB SQL Server], [2.40.0], [[email protected]], [MonetDB-SQL])
+AC_INIT([MonetDB SQL Server], [2.40.1], [[email protected]], [MonetDB-SQL])
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [email protected] for details and/or
assistance.
diff -r f78b06b2040e -r 2e378788c264 sql/vertoo.data
--- a/sql/vertoo.data Wed Nov 03 16:24:49 2010 +0100
+++ b/sql/vertoo.data Wed Nov 03 16:27:41 2010 +0100
@@ -1,4 +1,4 @@
monetdb = major:1; minor:40; release:0;
monetdb5 = major:5; minor:22; release:0;
clients = major:1; minor:40; release:0;
-sql = major:2; minor:40; release:0;
\ No newline at end of file
+sql = major:2; minor:40; release:1;
\ No newline at end of file
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list