monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone.monotone-1.0: 3405a2457cf88


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.monotone-1.0: 3405a2457cf8869f247a293d30cfe3a41b5eb5a2
Date: Sat, 26 Mar 2011 10:55:22 +0100 (CET)

revision:            3405a2457cf8869f247a293d30cfe3a41b5eb5a2
date:                2011-03-26T09:33:46
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.monotone-1.0
changelog:
* UPGRADE, configure.ac, visualc/config.h: Update the version number to 1.0.

manifest:
format_version "1"

new_manifest [3c2e8663425a86076b11878556690b27e22ffb86]

old_revision [8c0e32b5dd7c73ad52c3fb1a1c8e3513e5b8a901]

patch "UPGRADE"
 from [0c083cec44c426651b9d8fe606c1771726595d81]
   to [b7f80bcd0f7b9241603d68661a1812a9e6193008]

patch "configure.ac"
 from [2b4740aed6b34d84d773fae7071b0aa9f86c3eb4]
   to [0c190a9066cfcdb0c2e94f7f436b7ae79ead2235]

patch "visualc/config.h"
 from [ad7cf04c050681c848735004af420b318e4f855a]
   to [58e9c7709f64437fe0f62cf1ca98a9f5906d92be]
============================================================
--- configure.ac	2b4740aed6b34d84d773fae7071b0aa9f86c3eb4
+++ configure.ac	0c190a9066cfcdb0c2e94f7f436b7ae79ead2235
@@ -10,7 +10,7 @@ AC_PREREQ(2.58)
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.58)
-AC_INIT([monotone], [1.0dev], [https://code.monotone.ca/p/monotone/issues/], ,
+AC_INIT([monotone], [1.0], [https://code.monotone.ca/p/monotone/issues/], ,
 	[http://www.monotone.ca])
 AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2 no-dist-gzip std-options])
 AC_CONFIG_SRCDIR([src/app_state.cc])
============================================================
--- UPGRADE	0c083cec44c426651b9d8fe606c1771726595d81
+++ UPGRADE	b7f80bcd0f7b9241603d68661a1812a9e6193008
@@ -1,5 +1,5 @@
-upgrading monotone to 0.99.1
-============================
+upgrading monotone to 1.0
+=========================
 
 How to read this file:
   - Figure out what version of monotone you are upgrading from, let's
============================================================
--- visualc/config.h	ad7cf04c050681c848735004af420b318e4f855a
+++ visualc/config.h	58e9c7709f64437fe0f62cf1ca98a9f5906d92be
@@ -2,10 +2,10 @@
 #define CONFIG_H 1
 
 #define PACKAGE "monotone"
-#define PACKAGE_STRING "monotone 1.0dev"
+#define PACKAGE_STRING "monotone 1.0"
 #define PACKAGE_BUGREPORT "address@hidden"
 #define LC_MESSAGES LC_CTYPE
-#define VERSION "1.0dev"
+#define VERSION "1.0"
 
 #ifdef _MSC_VER
 typedef unsigned long pid_t;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]