version

Upgrading Open-Source ASP.NET system - what .net version should I upgrade to?

I have an ASP.NET v2.0 CMS, it uses MS EntLibs 3.1 and MS SQL 2005. For the next major release I want to upgrade the verison of .Net it's based on, do I go to 3.5 or straight to 4.0; or do I upgrade to 3.5 now as a transistion and plan go to 4.0 in 3 to 6 months? Or something else? Upgrading the MS SQL 2005 data provider to MS SQL 200...

How good is my method of embedding version numbers into my application using Mercurial hooks?

This is not quite a specifc question, and more me like for a criticism of my current approach. I would like to include the program version number in the program I am developing. This is not a commercial product, but a research application so it is important to know which version generated the results. My method works as follows: Ther...

Should I continue using R v2.8.1 ?

I've been using R v2.8.1 for a long time. Normally I would upgrade it to the latest version but something keeps me away from the builds later than 2.8.1: I use read.table(file=file.choose(),header=TRUE) frequently in my libraries. After upgrading to 2.9.0, R started not to remember the latest directory used while selecting file. I do...

Get current Apache version string for display

I'm writing an Apache module and want to get a string with the Apache name version and other details. Much like what gets added to outgoing headers, e.g.: Server: Apache/2.2.13 (Win32) I've tried code like this: apr_table_get(request_rec->headers_out,"Server") But that doesn't seem to work. Is there an API call I haven't found or a...

Blackberry Java Development - Increment version number

Hi everyone, I'm using Eclise to develop a Blackberry Java application.Is possible to automatically increment version number on every build like its done in Visual Studio? Thanks in advance. ...

Finding the Eclipse Version Number

I have posted how to find it in Eclipse Gallileo, but if anyone has information on older versions feel free to post it below. ...

Does Dojo Framework have the version set in it somewhere?

I have a copy of Dojo framework but i am not sure which version it is. How can you tell? Surely it must be set as a value in it somewhere. My downloaded folder looks like this: dojo\ dijit\ dojo\ dojox\ util\ ...

Compiling DLL with Version Information

What steps are needed to compile Version Information inside a windows DLL from the command line. I have been looking at VersionInfo files, but could not figure out how to link them to the DLL. Thank you ...

./configure with a specified version of g++

Hello, How to tell to a 'configure' file to compile with a specified version of g++ ? Thanks. ...

Loading 2 versions of the same plugin with Silverlight / MEF

My scenario is a classic MEF scenario. There is a silverlight host app, and the app can download plugins on the fly to add functionality. Plug ins can be created by third parties. Now the problem arises when different plugins and/or the host app reference different versions of the same assembly. For example: -plugin A references the v...

Add a version number to the title of a LaTeX document.

Hi. The title section of my LaTeX documents usually look like \title{Title} \author{Me} %\date{} %// Today's date will appear when this is commented out. \begin{document} \maketitle I'd really like to add another line in the title section for a version number: \title{Title} \author{Me} \version{v1.2} %\date{} %// Today's d...

Using SharePoint label to display document version in Word 2007 doesn't work when moved to another library

I am surfacing the Document Library version of a Word 2007 document by creating a Label ({version}) within the content type of the Document Library and adding it as a Quick-part Label in the Word 2007 document. This works great. The latest version always shows up when I open the Word document. I then made this Word document the documen...

Is F# RC equal to RTM ?

Hi, I am wondering if F# RC equal to RTM? If not is there any doc mentioning about that? Thanks in advance. ...

Blackberry JDE v5.0

Blackberry JDE v5.0 was released on 03/31/2010. IS that a beta version? ...

What are your build and release steps? When to increment build numbers?

I am having trouble defining and automating my build process despite simple requirements: Every build should have a unique build number. Every tagged release should be reproducible What I have: A C++, Red Hat Enterprise Linux 5.x, Subversion development environment. A build machine ( actually a virtual machine ) A version.h file ...

File version maintainence via PHP FTP?

Currently I'm working on a "plugin" that will be installed on many different sites and I was wondering on the best way for me to maintain the file version of this "plugin". Here's what I was thinking. Have a "master copy" of the plugin on a server, then connect via FTP to the target sites and upload the copy to their site overwriting wh...

Is there a definitive list of differences between the Ruby on Rails versions?

Is there a list of the differences between the various versions of Rails somewhere on the web? I'm working through an older book about Rails that uses Rails 1.2. I know there are other ways to learn Rails these days, but I thought it would be interesting to try and convert all of the exercises in the book to a more modern versions of Ra...

Where are the files necessary to modify when adding a system call to linux-2.6.31

Hi, when i search for adding a system call, i get many articles but they seem to be for old versions, it also seems like a trivial process. But the problem is, the directories that articles suggest does not hold for the version 2.6.31. does anyone know where unistd.h, syscall_table.S and syscalls.h or their corresponding files are? Th...

android - is it possible to update the Android Dev Phone 2 sold by google to 2.1 OS ?

Hi If I have a Android Dev Phone 2 phone that comes with 1.6, can I upgrade it to Android 2.1 ? Thanks ...

Getting consecutive version numbers from Hibernate's @Version usage once per transaction

We use Hibernate with the following version definition for optimistic locking et. al: <version name="version" access="field" column="VERSION" type="long" unsaved-value="negative"/> This is fine and dandy; however, there is one small problem, which is that the first version for some entities is '0', and for others, it is '1'. Why this...