Hex version update for 4.1.2
Thomas Lockhart <[email protected]> Fri, 21 Mar 2008 16:33:26 -0700
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--------------080105020909070802030601
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I noticed that the 4.1.2 release has the hex version number for 4.1.1.
If that usually gets updated, here is a patch to do it.
- Tom
--------------080105020909070802030601
Content-Type: text/x-patch;
name="omniORB-version.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="omniORB-version.patch"
diff -ru omniORB-4.1.2.orig/mk/version.mk omniORB-4.1.2/mk/version.mk
--- omniORB-4.1.2.orig/mk/version.mk 2008-02-14 03:46:27.000000000 -0800
+++ omniORB-4.1.2/mk/version.mk 2008-03-21 16:19:26.000000000 -0700
@@ -5,7 +5,7 @@
OMNITHREAD_MINOR_VERSION = $(word 2,$(subst ., ,$(OMNITHREAD_VERSION)))
OMNIORB_VERSION = 4.1.2
-OMNIORB_VERSION_HEX = 0x040101F1
+OMNIORB_VERSION_HEX = 0x040102F1
OMNIORB_MAJOR_VERSION = $(word 1,$(subst ., ,$(OMNIORB_VERSION)))
OMNIORB_MINOR_VERSION = $(word 2,$(subst ., ,$(OMNIORB_VERSION)))
OMNIORB_MICRO_VERSION = $(word 3,$(subst ., ,$(OMNIORB_VERSION)))
--------------080105020909070802030601
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
omniORB-dev mailing list
[email protected]
http://www.omniorb-support.com/mailman/listinfo/omniorb-dev
--------------080105020909070802030601--